1 write to ConnectionHandle
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionOpen.cs (1)
15outerConnection.ConnectionHandle = new OdbcConnectionHandle(outerConnection, connectionOptions, environmentHandle);
12 references to ConnectionHandle
System.Data.Odbc (12)
System\Data\Odbc\OdbcConnection.cs (12)
302ConnectionHandle!.CompleteTransaction(ODBC32.SQL_ROLLBACK); 352return new OdbcStatementHandle(ConnectionHandle); 386OdbcConnectionHandle? connectionHandle = ConnectionHandle; 418OdbcConnectionHandle? connectionHandle = ConnectionHandle; 448OdbcConnectionHandle connectionHandle = ConnectionHandle!; 457ODBC32.SQLRETURN retcode = ConnectionHandle!.GetInfo1(info, buffer); 465ODBC32.SQLRETURN retcode = ConnectionHandle!.GetInfo1(info, buffer); 473ConnectionHandle!.GetInfo1(infotype, buffer); 488OdbcConnectionHandle? connectionHandle = ConnectionHandle; 781OdbcConnectionHandle? connectionHandle = ConnectionHandle; 924OdbcConnectionHandle connectionHandle = ConnectionHandle!; 951OdbcConnectionHandle connectionHandle = ConnectionHandle!;