Share via


DataAccessor<TResult> Members

Include Protected Members
Include Inherited Members

The DataAccessor<TResult> type exposes the following members.

Constructors

  Name Description
Ff671367.protmethod(en-us,PandP.50).gif DataAccessor<TResult>

Methods

  Name Description
Ff671367.pubmethod(en-us,PandP.50).gif BeginExecute
Begin executing the database object asynchronously, returning a IAsyncResult object that can be used to retrieve the result set after the operation completes.
Ff671367.pubmethod(en-us,PandP.50).gif EndExecute
Complete an operation started by BeginExecute(AsyncCallback, Object, array<Object[]).
Ff671367.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff671367.pubmethod(en-us,PandP.50).gif Execute
Execute the database operation synchronously, returning the IEnumerable<T> sequence containing the resulting objects.
Ff671367.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff671367.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff671367.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff671367.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff671367.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

See Also

DataAccessor<TResult> Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace