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.4.0.0 (5.4.0)
Syntax protected override int RawCallActionStoredProcedure(
DbCommand command
)
Protected Overrides Function RawCallActionStoredProcedure (
command As DbCommand
) As Integer
Parameters
- command
- Type: System.Data.CommonDbCommand
The command.
Return Value
Type:
Int32the value returned by the ExecuteNonQuery call
See Also