Click or drag to resize

DataAccessAdapterCoreRawCallActionStoredProcedure 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.9.0.0 (5.9.0)
Syntax
protected virtual 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