public class MySqlGuid : System.Data.SqlTypes.INullable, System.IComparable
'Declaration Public Class MySqlGuid Implements System.Data.SqlTypes.INullable, System.IComparable
MySqlGuid is used to insert or retrieve string or binary representation of guid databases.
MySQL does not have GUID datatype. GUID values are stored as byte array or string in the database. If the Binary As Guid = true connection string parameter is set, GUID may be stored in binary form (in BINARY(16) or BLOB columns. If it is set to false (default value), GUID may be stored in textual form (in CHAR, VARCHAR, or TEXT column).
System.Object
Devart.Data.MySql.MySqlGuid