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

StreamingCommandCompletionToken..::..RowsAffected Property

Gets or sets the number of rows affected.

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

Syntax


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

Field Value

The rows affected.

Remarks


Set this before calling Dispose or DisposeAsync.