Overload | Description |
---|---|
DbGuid Constructor(Int64,Int64) | Constructs a DbGuid from two 64-bit values |
DbGuid Constructor(Int32,Int16,Int16,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte) | Constructs a DbGuid from the typical Guid values |
DbGuid Constructor(Guid) | Creates a DbGuid from a System.Guid instance. |
DbGuid Constructor(Byte[]) | Constructs a DbGuid from an array of 16 (or more) bytes. |
DbGuid Constructor(Byte[],Int32) | Constructs a DbGuid from an array of 16 (or more) bytes beginning at the offset supplied. |
DbGuid Constructor(Boolean,Byte[],Int32) | Constructs a DbGuid from an array of 16 (or more) bytes beginning at the offset supplied. System.Guid.ToByteArray is little-endian, DbGuid.ToByteArray is in big-endian format. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7