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