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

CommandExecutedEventArgs Constructor

Initializes a new instance of the CommandExecutedEventArgs class.

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

Syntax


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

Parameters

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