Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual DbCommand CreateStoredProcedureCallCommand(
	string storedProcedureToCall,
	DbParameter[] parameters
)

Parameters

storedProcedureToCall
Type: SystemString
The stored procedure to call.
parameters
Type: System.Data.CommonDbParameter
array of parameters to pass

Return Value

Type: DbCommand
ready to use DbCommand
See Also