Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ExecutionToken..::..RaiseCommandExecuted Method

Raises the command executed event.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public void RaiseCommandExecuted(
	DbCommand command,
	Nullable<int> rowsAffected
)
Public Sub RaiseCommandExecuted ( _
	command As DbCommand, _
	rowsAffected As Nullable(Of Integer) _
)
public:
void RaiseCommandExecuted(
	DbCommand^ command, 
	Nullable<int^> rowsAffected
)

Parameters

command
Type: DbCommand
The command.
rowsAffected
Type: Nullable<(Of <(<'Int32>)>)>
The rows affected.