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

DictionaryDataReader..::..RecordsAffected Property

Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.

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

Syntax


public int RecordsAffected { get; }
Public ReadOnly Property RecordsAffected As Integer
	Get
public:
property int^ RecordsAffected {
	int^ get ();
}

Field Value

The records affected.