Click or drag to resize

DataAccessAdapterCore.CreateStoredProcedureCallCommand 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.4.0.0 (5.4.0)
Syntax
protected virtual DbCommand CreateStoredProcedureCallCommand(
	string storedProcedureToCall,
	DbParameter[] parameters
)

Parameters

storedProcedureToCall
Type: System.String
The stored procedure to call.
parameters
Type:System.Data.Common.DbParameter[]
array of parameters to pass

Return Value

Type: DbCommand
ready to use DbCommand
See Also