Click or drag to resize

IDataAccessCore.CreateStoredProcedureCommand 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.10.0.0 (5.10.0)
Syntax
DbCommand CreateStoredProcedureCommand(
	string storedProcedureToCall,
	DbParameter[] parameters
)

Parameters

storedProcedureToCall
Type: System.String
Stored procedure to call
parameters
Type:System.Data.Common.DbParameter[]
array of parameters to specify

Return Value

Type: DbCommand
See Also