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

In This Topic
    CharAsGuid Property
    In This Topic
    Determines whether the provider should treat CHAR(36) columns as guid.
    Syntax
    'Declaration
     
    Public Property CharAsGuid As Boolean
    public bool CharAsGuid {get; set;}

    Property Value

    true, if the provider should treat CHAR(36) columns as guid; otherwise, false. The default value is false.
    See Also