DataAccessAdapterCore.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.12.0.0 (5.12.0)
SyntaxDbCommand IDataAccessCore.CreateStoredProcedureCommand(
string storedProcedureToCall,
DbParameter[] parameters
)
Private Function CreateStoredProcedureCommand (
storedProcedureToCall As String,
parameters As DbParameter()
) As DbCommand Implements IDataAccessCore.CreateStoredProcedureCommand
Parameters
- storedProcedureToCall
- Type: System.String
Stored procedure to call - parameters
- Type:System.Data.Common.DbParameter[]
array of parameters to specify
Return Value
Type:
DbCommandImplements
IDataAccessCore.CreateStoredProcedureCommand(String,DbParameter[])
See Also