SqlStringAccessor<TResult>.Execute Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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>.) |
|
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