Specifies whether the provider will return the number of rows matched by the WHERE condition of the UPDATE statement instead of the rows actually changed as the number of changed rows.
'Declaration
Public Property FoundRows As Boolean
public bool FoundRows {get; set;}
Property Value
true, if the number of rows matched by the WHERE condition of the UPDATE statement instead of the rows actually changed as the number of changed rows; otherwise,
false. The default value is
false.