SqlGuid Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlGuid structure. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlGuid structure. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not Value is null. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlGuid structure. This property is read-only. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this SqlGuid structure to the supplied object and returns an indication of their relative values. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code of this SqlGuid structure. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is less than or equal to the second. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison on two SqlGuid structures to determine if they are not equal. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the specified String structure to SqlGuid. |
ToByteArray
Supported by the .NET Compact Framework. |
Converts this SqlGuid structure to a byte array. |
ToSqlBinary
Supported by the .NET Compact Framework. |
Converts this SqlGuid structure to SqlBinary. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlGuid structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlGuid structure to a String. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlGuid structures to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison on two SqlGuid structures to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlGuid to determine if the first is less than or equal to the second. |
![]() SqlBinary to SqlGuid Conversion
Supported by the .NET Compact Framework. |
Converts the SqlBinary parameter to SqlGuid. |
![]() SqlGuid to Guid Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlGuid parameter to Guid. |
![]() SqlString to SqlGuid Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlString structure to SqlGuid. |
![]() Guid to SqlGuid Conversion
Supported by the .NET Compact Framework. |
Converts the supplied Guid parameter to SqlGuid. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |