protected override DbConnectionInternal CreateConnection (DbConnectionString options, DbConnectionBase owningObject)
                {
                        throw new NotImplementedException ();
                }
Exemple #2
0
		protected virtual IAsyncResult BeginCreateConnection (DbConnectionBase owningObject, DbConnectionString connectionOptions, DbConnectionInternal connection, AsyncCallback callback, object asyncStateObject)
		{
			throw new NotImplementedException ();
		}
 public void ClearPool(DbConnectionBase connection)
 {
     throw new NotImplementedException();
 }
 protected abstract DbConnectionInternal CreateConnection(DbConnectionString options, DbConnectionBase owningObject);
Exemple #5
0
		protected DbConnectionBase (DbConnectionBase connection)
			: this (connection.ConnectionFactory)
		{
		}
 protected virtual IAsyncResult BeginCreateConnection(DbConnectionBase owningObject, DbConnectionString connectionOptions, DbConnectionInternal connection, AsyncCallback callback, object asyncStateObject)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
		public virtual void Open (DbConnectionBase outerConnection)
		{
			throw new NotImplementedException ();
		}
Exemple #8
0
 protected virtual DataTable GetSchemaInternal(DbConnectionBase outerConnection, string collectionName, string[] restrictions)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
		public virtual void EndOpen (DbConnectionBase outerConnection, IAsyncResult asyncResult)
		{
			throw new NotImplementedException ();
		}
Exemple #10
0
		protected virtual DataTable GetSchemaInternal (DbConnectionBase outerConnection, string collectionName, string[] restrictions)
		{
			throw new NotImplementedException ();
		}
Exemple #11
0
 protected DbConnectionBase(DbConnectionBase connection)
     : this(connection.ConnectionFactory)
 {
 }
Exemple #12
0
 protected virtual IAsyncResult BeginOpen(DbConnectionBase outerConnection, AsyncCallback callback, object asyncStateObject)
 {
     throw new NotImplementedException();
 }
Exemple #13
0
 public virtual void Open(DbConnectionBase outerConnection)
 {
     throw new NotImplementedException();
 }
Exemple #14
0
		public void ClearPool (DbConnectionBase connection)
		{
			throw new NotImplementedException ();
		}
Exemple #15
0
		protected virtual IAsyncResult BeginOpen (DbConnectionBase outerConnection, AsyncCallback callback, object asyncStateObject)
		{
			throw new NotImplementedException ();
		}
Exemple #16
0
		protected abstract DbConnectionInternal CreateConnection (DbConnectionString options, DbConnectionBase owningObject);
Exemple #17
0
 public virtual void EndOpen(DbConnectionBase outerConnection, IAsyncResult asyncResult)
 {
     throw new NotImplementedException();
 }