dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / MySqlGuid Constructor / MySqlGuid Constructor(Guid)
GUID value.

In This Topic
    MySqlGuid Constructor(Guid)
    In This Topic
    Initializes a new instance of the MySqlGuid class using the value of System.Guid type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Guid _
    )
    public MySqlGuid( 
       Guid value
    )

    Parameters

    value
    GUID value.
    See Also