5 references to
System.Data.Odbc (5)
System\Data\Odbc\OdbcParameterCollection.cs (5)
107this[i].Bind(cmdWrapper.StatementHandle!, command, checked((short)(i + 1)), parameterBuffer, true); 121this[i].HasChanged = true; 123this[i].PrepareForBind(command, (short)(i + 1), ref parameterBufferSize); 136this[i].ClearBinding(); 168this[i].GetOutputValue(parameterBuffer);