ExecutionResult.RowsAffected Property

Gets an array of integers that indicates the number of rows affected by each statement in the test that affects the database.

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public Property RowsAffected As Integer()
public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get ();
    void set (array<int>^ value);
}
member RowsAffected : int[] with get, set
function get RowsAffected () : int[]
function set RowsAffected (value : int[])

Property Value

Type: array<System.Int32[]

Remarks

This information is captured only for the SQL Server client.

.NET Framework Security

See Also

Reference

ExecutionResult Class

Microsoft.Data.Schema.UnitTesting Namespace