CommandAccessor<TResult> Members
Include Protected Members
Include Inherited Members
The CommandAccessor<TResult> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandAccessor<TResult> | Overloaded. |
Methods
Name | Description | |
---|---|---|
BeginExecute | Overloaded. | |
EndExecute |
Complete an operation started by BeginExecute(AsyncCallback, Object, array<Object[]).
(Overrides DataAccessor<TResult>.EndExecute(IAsyncResult).) |
|
Equals | (Inherited from Object.) | |
Execute | Overloaded. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GuardAsyncAllowed |
Checks if the current Database object supports asynchronous operations, and throws InvalidOperationException if not.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Database |
The database object this accessor is wrapped around.
|