Share via


DatabaseExtensions.CreateSprocAccessor<TResult> Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String)
Creates a SprocAccessor<TResult> for the given stored procedure. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String, IParameterMapper)
Creates a SprocAccessor<TResult> for the given stored procedure. The conversion from IDataRecord to TResult will be done for each property based on matching property name to column name.
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String, IResultSetMapper<TResult>)
Creates a SprocAccessor<TResult> for the given stored procedure.
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String, IRowMapper<TResult>)
Creates a SprocAccessor<TResult> for the given stored procedure.
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String, IParameterMapper, IResultSetMapper<TResult>)
Creates a SprocAccessor<TResult> for the given stored procedure.
Ff672970.pubmethod(en-us,PandP.50).gifFf672970.static(en-us,PandP.50).gif CreateSprocAccessor<TResult>(Database, String, IParameterMapper, IRowMapper<TResult>)
Creates a SprocAccessor<TResult> for the given stored procedure.

See Also

DatabaseExtensions Class

DatabaseExtensions Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace