IDataAccessCoreCreateStoredProcedureCommand Method |
Creates a DbCommand which is ready to be used to call the stored procedure specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax DbCommand CreateStoredProcedureCommand(
string storedProcedureToCall,
DbParameter[] parameters
)
Function CreateStoredProcedureCommand (
storedProcedureToCall As String,
parameters As DbParameter()
) As DbCommand
Parameters
- storedProcedureToCall
- Type: SystemString
Stored procedure to call - parameters
- Type: System.Data.CommonDbParameter
array of parameters to specify
Return Value
Type:
DbCommandSee Also