In This Topic
The following tables list the members exposed by MySqlGuid.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Represents an empty MySqlGuid object. |
  | Null | Represents a null MySqlGuid object. |
Top
Public Properties
| Name | Description |
 | IsEmpty | Gets a value indicating whether the MySqlGuid is empty or not. |
 | IsNull | Gets a value indicating whether this instance is null. |
 | Value | Gets the value of the MySqlGuid object. |
Top
Public Methods
| Name | Description |
 | CompareTo | Overloaded. Compares this instance to a specified object and returns an indication of their relative values. |
 | Equals | Returns a value indicating whether this instance is equal to a specified object. |
 | ToByteArray | Returns a 16-element byte array that contains the value of this instance. |
 | ToString | Overloaded. Returns a String representation of the MySqlGuid instance value. |
Top
Public Operators
See Also