DatabaseExtensions.ExecuteSqlStringAccessor<TResult> Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ExecuteSqlStringAccessor<TResult>(Database, String) |
Executes a Transact-SQL query and returns the result as an enumerable of TResult. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
|
|
ExecuteSqlStringAccessor<TResult>(Database, String, IResultSetMapper<TResult>) |
Executes a Transact-SQL query and returns the result as an enumerable of TResult. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
|
|
ExecuteSqlStringAccessor<TResult>(Database, String, IRowMapper<TResult>) |
Executes a Transact-SQL query and returns the result as an enumerable of TResult. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
|