Mono Class Library: Overview

System.Data.SqlTypes.SqlString: Method Members

The methods of System.Data.SqlTypes.SqlString are listed below. For a list of all members, see the SqlString Members list.

See Also: Inherited members from System.ValueType

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.