SqlGuid
Represents a GUID to be stored in or retrieved from a database.
Gets a Boolean value that indicates whether this SqlGuid structure is null.
Gets the value of the SqlGuid structure. This property is read-only.
Initializes a new instance of the SqlGuid structure using the supplied byte array parameter.
public SqlGuid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k)
Initializes a new instance of the SqlGuid structure using the specified values.
Performs a logical comparison of two SqlGuid structures to determine whether they are equal.
Compares two instances of SqlGuid to determine whether the first is greater than the second.
Compares two instances of SqlGuid to determine whether the first is greater than or equal to the second.
Compares two instances of SqlGuid to determine whether the first is less than the second.
Compares two instances of SqlGuid to determine whether the first is less than or equal to the second.
Performs a logical comparison on two SqlGuid structures to determine whether they are not equal.
Performs a logical comparison of two SqlGuid structures to determine whether they are equal.
Compares two instances of SqlGuid to determine whether the first is greater than the second.
Compares two instances of SqlGuid to determine whether the first is greater than or equal to the second.
Performs a logical comparison on two SqlGuid structures to determine whether they are not equal.
Compares two instances of SqlGuid to determine whether the first is less than the second.
Compares two instances of SqlGuid to determine whether the first is less than or equal to the second.
Compares this SqlGuid structure to the supplied SqlGuid and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.
Compares this SqlGuid structure to the supplied object and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.
Converts this SqlGuid structure to a byte array.