dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class
Members

MySqlGuid Class
Represents a guid data to be stored in or retrieved from a database.
Syntax
'Declaration
 
Public Class MySqlGuid 
   Implements System.Data.SqlTypes.INullableSystem.IComparable 
 
Remarks

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).

Inheritance Hierarchy

System.Object
   Devart.Data.MySql.MySqlGuid

Requirements

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

See Also