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.4.0.0 (5.4.0)
Syntaxprotected virtual int RawCallActionStoredProcedure(
	DbCommand command
)
Protected Overridable 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