19 references to GetOpenConnection
System.Data.OleDb (19)
OleDbConnection.cs (19)
104
OleDbConnectionInternal connection =
GetOpenConnection
();
157
get { return (null !=
GetOpenConnection
()); }
164
OleDbConnectionInternal openConnection =
GetOpenConnection
();
233
GetOpenConnection
().DoomThisConnection();
263
Debug.Assert(null !=
GetOpenConnection
(), "ICommandText closed");
264
return
GetOpenConnection
().ICommandText();
269
Debug.Assert(null !=
GetOpenConnection
(), "IDBProperties closed");
270
return
GetOpenConnection
().IDBProperties();
275
Debug.Assert(null !=
GetOpenConnection
(), "IOpenRowset closed");
276
return
GetOpenConnection
().IOpenRowset();
390
OleDbConnectionInternal connection =
GetOpenConnection
();
421
OleDbConnectionInternal connection =
GetOpenConnection
();
431
OleDbConnectionInternal connection =
GetOpenConnection
();
477
Debug.Assert(null !=
GetOpenConnection
(), "GetSchemaRowset closed");
478
return
GetOpenConnection
().GetSchemaRowset(schema, restrictions);
484
OleDbConnectionInternal openConnection =
GetOpenConnection
();
526
GetOpenConnection
().EnlistTransactionInternal(SysTx.Transaction.Current);
570
return
GetOpenConnection
().SupportSchemaRowset(schema);
575
return
GetOpenConnection
().ValidateTransaction(transaction, method);