Mono Class Library: Overview

System.Data.SqlTypes.SqlInt32: Method Members

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

See Also: Inherited members from System.ValueType

Public Methods

static
Add(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
BitwiseAnd(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
BitwiseOr(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
CompareTo(SqlInt32) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
Divide(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlInt32, SqlInt32) : 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(SqlInt32, SqlInt32) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlInt32, SqlInt32) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlInt32, SqlInt32) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlInt32, SqlInt32) : SqlBoolean
Documentation for this section has not yet been entered.
static
Mod(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
Modulus(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
Multiply(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
NotEquals(SqlInt32, SqlInt32) : SqlBoolean
Documentation for this section has not yet been entered.
static
OnesComplement(SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.
static
Parse(string) : SqlInt32
Documentation for this section has not yet been entered.
static
Subtract(SqlInt32, SqlInt32) : SqlInt32
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.
ToSqlDecimal() : SqlDecimal
Documentation for this section has not yet been entered.
ToSqlDouble() : SqlDouble
Documentation for this section has not yet been entered.
ToSqlInt16() : SqlInt16
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.
ToSqlString() : SqlString
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Xor(SqlInt32, SqlInt32) : SqlInt32
Documentation for this section has not yet been entered.