Click or drag to resize
DataAccessAdapterBaseRawCallActionStoredProcedure Method
The core call of an action stored procedure call. Executes the command specified and opens the connection if required.

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
protected override int RawCallActionStoredProcedure(
	DbCommand command
)

Parameters

command
Type: System.Data.CommonDbCommand
The command.

Return Value

Type: Int32
the value returned by the ExecuteNonQuery call
See Also