QueryCreationManagerCreateStoredProcedureCallCommand Method  | 
 
            Creates the stored procedure call command for the stored proc specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual DbCommand CreateStoredProcedureCallCommand(
	string storedProcedureToCall,
	DbParameter[] parameters
)
Protected Overridable Function CreateStoredProcedureCallCommand ( 
	storedProcedureToCall As String,
	parameters As DbParameter()
) As DbCommand
Parameters
- storedProcedureToCall
 - Type: SystemString
The stored procedure to call. - parameters
 - Type: System.Data.CommonDbParameter
array of parameters to pass 
Return Value
Type: 
DbCommandready to use DbCommand
See Also