ResultTable.RecordsAffected Property
Gets the number of rows changed.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property RecordsAffected As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.RecordsAffected
public int RecordsAffected { get; }
Property Value
Type: System.Int32
The number of rows changed in the data table.