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

CommandExecutedEventArgs..::..RowsAffected Property

Gets the number of rows affected, if known.

Namespace:  Tortuga.Chain.Core
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 ();
}

Field Value

The rows affected.