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

SqlModes Property
Gets or sets the value of MySQL sql_mode system variable to be set for the session.
Syntax
'Declaration
 
Public Property SqlModes As String
 

Property Value

The value of MySQL sql_mode system variable to be set for the session.
Remarks
You can find the list of the available values and more information in MySQL documentation.
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