dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / Empty Field

In This Topic
    Empty Field
    In This Topic
    Represents an empty MySqlGuid object.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Empty As MySqlGuid
    public static readonly MySqlGuid Empty
    Remarks
    Use field Empty to assign to a MySqlGuid in order to represent a Empty value.
    See Also