| Overload | Description |
|---|---|
| MySqlGuid Constructor() | Initializes a new instance of the MySqlGuid class. |
| MySqlGuid Constructor(Guid) | Initializes a new instance of the MySqlGuid class using the value of System.Guid type. |
| MySqlGuid Constructor(String) | Initializes a new instance of the MySqlGuid class using the specified string value. |
| MySqlGuid Constructor(Byte[]) | Initializes a new instance of the MySqlGuid class from the specified array of bytes. |