19 references to GetOpenConnection
System.Data (19)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (19)
113
OleDbConnectionInternal connection =
GetOpenConnection
();
167
get { return (null !=
GetOpenConnection
()); }
172
OleDbConnectionInternal openConnection =
GetOpenConnection
();
235
GetOpenConnection
().DoomThisConnection();
269
Debug.Assert(null !=
GetOpenConnection
(), "ICommandText closed");
270
return
GetOpenConnection
().ICommandText();
274
Debug.Assert(null !=
GetOpenConnection
(), "IDBProperties closed");
275
return
GetOpenConnection
().IDBProperties();
279
Debug.Assert(null !=
GetOpenConnection
(), "IOpenRowset closed");
280
return
GetOpenConnection
().IOpenRowset();
398
OleDbConnectionInternal connection =
GetOpenConnection
();
423
OleDbConnectionInternal connection =
GetOpenConnection
();
443
OleDbConnectionInternal connection =
GetOpenConnection
();
482
Debug.Assert(null !=
GetOpenConnection
(), "GetSchemaRowset closed");
483
return
GetOpenConnection
().GetSchemaRowset(schema, restrictions);
488
OleDbConnectionInternal openConnection =
GetOpenConnection
();
531
GetOpenConnection
().EnlistTransactionInternal(SysTx.Transaction.Current);
571
return
GetOpenConnection
().SupportSchemaRowset(schema);
575
return
GetOpenConnection
().ValidateTransaction(transaction, method);