Share via


SqlStringAccessor<TResult>.Execute Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff667822.protmethod(en-us,PandP.50).gif Execute(DbCommand)
Executes the command and returns an enumerable of TResult. The enumerable returned by this method uses deferred loading to return the results.
(Inherited from CommandAccessor<TResult>.)
Ff667822.pubmethod(en-us,PandP.50).gif Execute(array<Object[])
Executes the SQL query and returns an enumerable of TResult. The enumerable returned by this method uses deferred loading to return the results.
(Overrides DataAccessor<TResult>.Execute(array<Object[]).)

See Also

SqlStringAccessor<TResult> Class

SqlStringAccessor<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace