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

AbortableOperationEventArgs Constructor

Initializes a new instance of the AbortableOperationEventArgs class.

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

Syntax


public AbortableOperationEventArgs(
	long rowsAffected
)
Public Sub New ( _
	rowsAffected As Long _
)
public:
AbortableOperationEventArgs(
	long long^ rowsAffected
)

Parameters

rowsAffected
Type: Int64
The number of rows affected.