dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / FoundRows Property

In This Topic
    FoundRows Property
    In This Topic
    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.
    Syntax
    '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.
    See Also