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

TinyAsBoolean Property
The provider should treat TINYINT(1) columns as boolean.
Syntax
'Declaration
 
Public Property TinyAsBoolean As Boolean
 
Remarks
Default value is false. If set to true the provider will treat TINYINT(1) as BOOLEAN.
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