Mono Class Library: Overview

System.Data.SqlTypes.SqlGuid: Members

The members of System.Data.SqlTypes.SqlGuid are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
NullSqlGuid. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
ValueGuid. Documentation for this section has not yet been entered.

Public Methods

CompareTo(SqlGuid) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetXsdType(System.Xml.Schema.XmlSchemaSet) : System.Xml.XmlQualifiedName
Documentation for this section has not yet been entered.
static
GreaterThan(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
static
NotEquals(SqlGuid, SqlGuid) : SqlBoolean
Documentation for this section has not yet been entered.
static
Parse(string) : SqlGuid
Documentation for this section has not yet been entered.
ToByteArray() : byte[]
Documentation for this section has not yet been entered.
ToSqlBinary() : SqlBinary
Documentation for this section has not yet been entered.
ToSqlString() : SqlString
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Equality(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
GreaterThan(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
Inequality(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
LessThan(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlGuid, SqlGuid)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlGuid(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Guid(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlGuid(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlGuid(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.Serialization.IXmlSerializable.GetSchemaDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.ReadXmlDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.WriteXmlDocumentation for this section has not yet been entered.