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