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

FoundRows Property
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
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also