5 references to
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (5)
102
this
[
i].Bind(cmdWrapper.StatementHandle, command, checked((short)(i+1)), parameterBuffer, true);
113
this
[
i].HasChanged = true;
115
this
[
i].PrepareForBind(command, (short)(i+1), ref parameterBufferSize);
126
this
[
i].ClearBinding();
151
this
[
i].GetOutputValue(parameterBuffer);