4 references to HandleType
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (1)
167
retcode = UnsafeNativeMethods.SQLEndTran(
HandleType
, handle, transactionOperation);
fx\src\data\System\Data\Odbc\OdbcHandle.cs (3)
139
ODBC32.SQL_HANDLE handleType =
HandleType
;
177
HandleType
,
197
ODBC32.RetCode retcode = UnsafeNativeMethods.SQLGetDiagRecW(
HandleType
, this, record, sb, out nativeError, message, checked((short)message.Capacity), out cchActual);