DataAccessAdapterCoreCreateStoredProcedureCallCommand Method |
Creates the stored procedure call command for the stored proc specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected virtual DbCommand CreateStoredProcedureCallCommand(
string storedProcedureToCall,
DbParameter[] parameters
)
Protected Overridable Function CreateStoredProcedureCallCommand (
storedProcedureToCall As String,
parameters As DbParameter()
) As DbCommand
Parameters
- storedProcedureToCall
- Type: SystemString
The stored procedure to call. - parameters
- Type: System.Data.CommonDbParameter
array of parameters to pass
Return Value
Type:
DbCommandready to use DbCommand
See Also