'Declaration Public Class MySqlGuid Implements System.Data.SqlTypes.INullable, System.IComparable
public class MySqlGuid : System.Data.SqlTypes.INullable, System.IComparable
'Declaration Public Class MySqlGuid Implements System.Data.SqlTypes.INullable, System.IComparable
public class MySqlGuid : 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2