Share via


DatabaseExtensions.CreateSqlStringAccessor<TResult> Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String, IParameterMapper)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String, IResultSetMapper<TResult>)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query.
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String, IRowMapper<TResult>)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query.
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String, IParameterMapper, IResultSetMapper<TResult>)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query.
Ff668161.pubmethod(en-us,PandP.50).gifFf668161.static(en-us,PandP.50).gif CreateSqlStringAccessor<TResult>(Database, String, IParameterMapper, IRowMapper<TResult>)
Creates a SqlStringAccessor<TResult> for the given Transact-SQL query.

See Also

DatabaseExtensions Class

DatabaseExtensions Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace