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

ExecutionEventArgs..::..RowsAffected Property

If available, this shows the number of rows affected by the execution.

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

Syntax


public Nullable<int> RowsAffected { get; }
Public ReadOnly Property RowsAffected As Nullable(Of Integer)
	Get
public:
property Nullable<int^> RowsAffected {
	Nullable<int^> get ();
}