2 references to Bind
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
769
this.
Bind
(hstmt, command, ordinal, parameterBuffer, false);
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (1)
102
this[i].
Bind
(cmdWrapper.StatementHandle, command, checked((short)(i+1)), parameterBuffer, true);