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.
    See Also