1 write to ConnectionHandle
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcConnectionOpen.cs (1)
36outerConnection.ConnectionHandle = new OdbcConnectionHandle(outerConnection, connectionOptions, environmentHandle);
14 references to ConnectionHandle
System.Data (14)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (14)
276ConnectionHandle.CompleteTransaction(ODBC32.SQL_ROLLBACK); 317return new OdbcStatementHandle(ConnectionHandle); 353OdbcConnectionHandle connectionHandle = ConnectionHandle; 380OdbcConnectionHandle connectionHandle = ConnectionHandle; 403OdbcConnectionHandle connectionHandle = ConnectionHandle; 411ODBC32.RetCode retcode = ConnectionHandle.GetInfo1(info, buffer); 418ODBC32.RetCode retcode = ConnectionHandle.GetInfo1(info, buffer); 425ConnectionHandle.GetInfo1(infotype, buffer); 438OdbcConnectionHandle connectionHandle = ConnectionHandle; 451this.HandleError(ConnectionHandle, retcode); 679OdbcConnectionHandle connectionHandle = ConnectionHandle; 816OdbcConnectionHandle connectionHandle = ConnectionHandle; 841OdbcConnectionHandle connectionHandle = ConnectionHandle; 858OdbcConnectionHandle connectionHandle = ConnectionHandle;