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.10.0.0 (5.10.0)
SyntaxDbCommand 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: 
DbCommand
See Also