SqlHelper..::..ExecuteReaderTypedParamsAsync Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ExecuteReaderTypedParamsAsync(String, String, DataRow) |
Execute a stored procedure via a SqlCommand (that returns a resultset) against the database specified in
the connection string using the dataRow column values as the stored procedure's parameters values.
This method will query the database to discover the parameters for the
stored procedure (the first time each stored procedure is called), and assign the values based on parameter order.
|
![]() ![]() |
ExecuteReaderTypedParamsAsync(SqlConnection, String, DataRow) |
Execute a stored procedure via a SqlCommand (that returns a resultset) against the specified SqlConnection
using the dataRow column values as the stored procedure's parameters values.
This method will query the database to discover the parameters for the
stored procedure (the first time each stored procedure is called), and assign the values based on parameter order.
|
![]() ![]() |
ExecuteReaderTypedParamsAsync(SqlTransaction, String, DataRow) |
Execute a stored procedure via a SqlCommand (that returns a resultset) against the specified SqlTransaction
using the dataRow column values as the stored procedure's parameters values.
This method will query the database to discover the parameters for the
stored procedure (the first time each stored procedure is called), and assign the values based on parameter order.
|