Mono Class Library: Overview

System.Data.SqlTypes.SqlString: Members

The members of System.Data.SqlTypes.SqlString 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.
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
BinarySortint (32768). Documentation for this section has not yet been entered.
static readonly
IgnoreCaseint (1). Documentation for this section has not yet been entered.
static readonly
IgnoreKanaTypeint (8). Documentation for this section has not yet been entered.
static readonly
IgnoreNonSpaceint (2). Documentation for this section has not yet been entered.
static readonly
IgnoreWidthint (16). Documentation for this section has not yet been entered.
static readonly
NullSqlString. Documentation for this section has not yet been entered.

Public Properties

[read-only]
CompareInfoSystem.Globalization.CompareInfo. Documentation for this section has not yet been entered.
[read-only]
CultureInfoSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
LCIDint. Documentation for this section has not yet been entered.
[read-only]
SqlCompareOptionsSqlCompareOptions. Documentation for this section has not yet been entered.
[read-only]
Valuestring. Documentation for this section has not yet been entered.

Public Methods

static
Add(SqlString, SqlString) : SqlString
Documentation for this section has not yet been entered.
Clone() : SqlString
Documentation for this section has not yet been entered.
static
CompareOptionsFromSqlCompareOptions(SqlCompareOptions) : System.Globalization.CompareOptions
Documentation for this section has not yet been entered.
CompareTo(SqlString) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
Concat(SqlString, SqlString) : SqlString
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetNonUnicodeBytes() : byte[]
Documentation for this section has not yet been entered.
GetUnicodeBytes() : byte[]
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(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
static
NotEquals(SqlString, SqlString) : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlBoolean() : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlByte() : SqlByte
Documentation for this section has not yet been entered.
ToSqlDateTime() : SqlDateTime
Documentation for this section has not yet been entered.
ToSqlDecimal() : SqlDecimal
Documentation for this section has not yet been entered.
ToSqlDouble() : SqlDouble
Documentation for this section has not yet been entered.
ToSqlGuid() : SqlGuid
Documentation for this section has not yet been entered.
ToSqlInt16() : SqlInt16
Documentation for this section has not yet been entered.
ToSqlInt32() : SqlInt32
Documentation for this section has not yet been entered.
ToSqlInt64() : SqlInt64
Documentation for this section has not yet been entered.
ToSqlMoney() : SqlMoney
Documentation for this section has not yet been entered.
ToSqlSingle() : SqlSingle
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Addition(SqlString, SqlString)Documentation for this section has not yet been entered.
static
Equality(SqlString, SqlString)Documentation for this section has not yet been entered.
static
GreaterThan(SqlString, SqlString)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlString, SqlString)Documentation for this section has not yet been entered.
static
Inequality(SqlString, SqlString)Documentation for this section has not yet been entered.
static
LessThan(SqlString, SqlString)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlString, SqlString)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.String(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlString(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.