DataAccessor<TResult> Members
Include Protected Members
Include Inherited Members
The DataAccessor<TResult> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataAccessor<TResult> |
Methods
Name | Description | |
---|---|---|
BeginExecute |
Begin executing the database object asynchronously, returning a IAsyncResult object that can be used to retrieve the result set after the operation completes.
|
|
EndExecute |
Complete an operation started by BeginExecute(AsyncCallback, Object, array<Object[]).
|
|
Equals | (Inherited from Object.) | |
Execute |
Execute the database operation synchronously, returning the IEnumerable<T> sequence containing the resulting objects.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |