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.
public bool FoundRows {get; set;}
'Declaration
Public Property FoundRows As Boolean
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.