Click or drag to resize
DataAccessAdapterCoreCallActionStoredProcedure Method
Calls the specified action stored procedure in the database. If a transaction is in progress, it will participate in that transaction.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual int CallActionStoredProcedure(
	string storedProcedureToCall,
	DbParameter[] parameters
)

Parameters

storedProcedureToCall
Type: SystemString
Stored procedure to call
parameters
Type: System.Data.CommonDbParameter
array of parameters to pass

Return Value

Type: Int32
the number of rows affected.

Implements

IDataAccessCoreCallActionStoredProcedure(String, DbParameter)
See Also