Share via


SqlStringAccessor<TResult>.BeginExecute Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff673014.pubmethod(en-us,PandP.50).gif BeginExecute(AsyncCallback, Object, array<Object[])
Begin executing the SQL query asynchronously. Only supported if the underlying Database object supports asynchronous operations.
(Overrides DataAccessor<TResult>.BeginExecute(AsyncCallback, Object, array<Object[]).)
Ff673014.protmethod(en-us,PandP.50).gif BeginExecute(DbCommand, IParameterMapper, AsyncCallback, Object, array<Object[])
Helper method to kick off execution of an asynchronous database operation. This method handles the boilerplate of setting up the parameters and invoking the operation on the database with the right options.
(Inherited from CommandAccessor<TResult>.)

See Also

SqlStringAccessor<TResult> Class

SqlStringAccessor<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace