.NET Framework Class Library  

SqlGuid Members

SqlGuid overview

Public Constructors

public constructorSqlGuid Constructor

Supported by the .NET Compact Framework.

Overloaded. Initializes a new instance of the SqlGuid structure.

Public Fields

public fieldstatic (Shared in Visual Basic)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.

Public Properties

public propertyIsNull

Supported by the .NET Compact Framework.

Indicates whether or not Value is null.
public propertyValue

Supported by the .NET Compact Framework.

Gets the value of the SqlGuid structure. This property is read-only.

Public Methods

public methodCompareTo

Supported by the .NET Compact Framework.

Compares this SqlGuid structure to the supplied object and returns an indication of their relative values.
public methodEquals

Supported by the .NET Compact Framework.

Overloaded.
public methodGetHashCode

Supported by the .NET Compact Framework.

Overridden. Returns the hash code of this SqlGuid structure.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodstatic (Shared in Visual Basic)GreaterThan

Supported by the .NET Compact Framework.

Compares two instances of SqlGuid to determine if the first is greater than the second.
public methodstatic (Shared in Visual Basic)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.
public methodstatic (Shared in Visual Basic)LessThan

Supported by the .NET Compact Framework.

Compares two instances of SqlGuid to determine if the first is less than the second.
public methodstatic (Shared in Visual Basic)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.
public methodstatic (Shared in Visual Basic)NotEquals

Supported by the .NET Compact Framework.

Performs a logical comparison on two SqlGuid structures to determine if they are not equal.
public methodstatic (Shared in Visual Basic)Parse

Supported by the .NET Compact Framework.

Converts the specified String structure to SqlGuid.
public methodToByteArray

Supported by the .NET Compact Framework.

Converts this SqlGuid structure to a byte array.
public methodToSqlBinary

Supported by the .NET Compact Framework.

Converts this SqlGuid structure to SqlBinary.
public methodToSqlString

Supported by the .NET Compact Framework.

Converts this SqlGuid structure to SqlString.
public methodToString

Supported by the .NET Compact Framework.

Overridden. Converts this SqlGuid structure to a String.

Public Operators and Type Conversions

public operatorstatic (Shared in Visual Basic)Equality Operator

Supported by the .NET Compact Framework.

Performs a logical comparison of two SqlGuid structures to determine if they are equal.
public operatorstatic (Shared in Visual Basic)Greater Than Operator

Supported by the .NET Compact Framework.

Compares two instances of SqlGuid to determine if the first is greater than the second.
public operatorstatic (Shared in Visual Basic)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.
public operatorstatic (Shared in Visual Basic)Inequality Operator

Supported by the .NET Compact Framework.

Performs a logical comparison on two SqlGuid structures to determine if they are not equal.
public operatorstatic (Shared in Visual Basic)Less Than Operator

Supported by the .NET Compact Framework.

Compares two instances of SqlGuid to determine if the first is less than the second.
public operatorstatic (Shared in Visual Basic)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.
public operatorstatic (Shared in Visual Basic)SqlBinary to SqlGuid Conversion

Supported by the .NET Compact Framework.

Converts the SqlBinary parameter to SqlGuid.
public operatorstatic (Shared in Visual Basic)SqlGuid to Guid Conversion

Supported by the .NET Compact Framework.

Converts the supplied SqlGuid parameter to Guid.
public operatorstatic (Shared in Visual Basic)SqlString to SqlGuid Conversion

Supported by the .NET Compact Framework.

Converts the specified SqlString structure to SqlGuid.
public operatorstatic (Shared in Visual Basic)Guid to SqlGuid Conversion

Supported by the .NET Compact Framework.

Converts the supplied Guid parameter to SqlGuid.

Protected Methods

protected methodFinalize (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.

protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

SqlGuid Structure | System.Data.SqlTypes Namespace