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