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

In This Topic
    TinyAsBoolean Property
    In This Topic
    The provider should treat TINYINT(1) columns as boolean.
    Syntax
    'Declaration
     
    Public Property TinyAsBoolean As Boolean
    public bool TinyAsBoolean {get; set;}
    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