System.Data.SqlTypes.SqlInt32 Members

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

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Data.SqlTypes.SqlInt32 structure using the supplied integer value.

Public Fields

static readonly
MaxValueSqlInt32.

A constant representing the largest possible value of a System.Data.SqlTypes.SqlInt32.

static readonly
MinValueSqlInt32.

A constant representing the smallest possible value of a System.Data.SqlTypes.SqlInt32.

static readonly
NullSqlInt32.

Represents a DBNull that can be assigned to this instance of the System.Data.SqlTypes.SqlInt32 class.

static readonly
ZeroSqlInt32.

Represents a zero value that can be assigned to the SqlInt32.Value property of an instance of the System.Data.SqlTypes.SqlInt32 structure.

Public Properties

[read-only]
IsNullbool.

Indicates whether this System.Data.SqlTypes.SqlInt32 structure is null.

[read-only]
Valueint.

Gets the value of this System.Data.SqlTypes.SqlInt32 structure. This property is read-only.

Public Methods

static
Add(SqlInt32, SqlInt32) : SqlInt32

Computes the sum of the two specified System.Data.SqlTypes.SqlInt32 structures.

static
BitwiseAnd(SqlInt32, SqlInt32) : SqlInt32

Computes the bitwise AND of its System.Data.SqlTypes.SqlInt32 operands.

static
BitwiseOr(SqlInt32, SqlInt32) : SqlInt32

Computes the bitwise OR of the specified System.Data.SqlTypes.SqlInt32 structures.

CompareTo(SqlInt32) : int

Compares this System.Data.SqlTypes.SqlInt32 instance to the supplied System.Data.SqlTypes.SqlInt32 and returns an indication of their relative values.

CompareTo(object) : int

Compares this System.Data.SqlTypes.SqlInt32 instance to the supplied object and returns an indication of their relative values.

static
Divide(SqlInt32, SqlInt32) : SqlInt32

Divides the first System.Data.SqlTypes.SqlInt32 parameter from the second.

override
Equals(object) : bool

Compares the supplied object parameter to the SqlInt32.Value property of the System.Data.SqlTypes.SqlInt32 object.

static
Equals(SqlInt32, SqlInt32) : SqlBoolean

Performs a logical comparison of the two System.Data.SqlTypes.SqlInt32 parameters to determine whether they are equal.

override
GetHashCode() : int

Returns the hash code for this instance.

static
GetXsdType(System.Xml.Schema.XmlSchemaSet) : System.Xml.XmlQualifiedName

Returns the XML Schema definition language (XSD) of the specified System.Xml.Schema.XmlSchemaSet.

static
GreaterThan(SqlInt32, SqlInt32) : SqlBoolean

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is greater than the second.

static
GreaterThanOrEqual(SqlInt32, SqlInt32) : SqlBoolean

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is greater than or equal to the second.

static
LessThan(SqlInt32, SqlInt32) : SqlBoolean

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is less than the second.

static
LessThanOrEqual(SqlInt32, SqlInt32) : SqlBoolean

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is less than or equal to the second.

static
Mod(SqlInt32, SqlInt32) : SqlInt32

Computes the remainder after dividing the first System.Data.SqlTypes.SqlInt32 parameter by the second.

static
Modulus(SqlInt32, SqlInt32) : SqlInt32

Divides two System.Data.SqlTypes.SqlInt32 values and returns the remainder.

static
Multiply(SqlInt32, SqlInt32) : SqlInt32

Computes the product of the two System.Data.SqlTypes.SqlInt32 parameters.

static
NotEquals(SqlInt32, SqlInt32) : SqlBoolean

Performs a logical comparison of the two System.Data.SqlTypes.SqlInt32 parameters to determine whether they are not equal.

static
OnesComplement(SqlInt32) : SqlInt32

Performs a bitwise one's complement operation on the specified System.Data.SqlTypes.SqlInt32 structure.

static
Parse(string) : SqlInt32

Converts the string representation of a number to its 32-bit signed integer equivalent.

static
Subtract(SqlInt32, SqlInt32) : SqlInt32

Subtracts the second System.Data.SqlTypes.SqlInt32 parameter from the first.

ToSqlBoolean() : SqlBoolean

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlBoolean.

ToSqlByte() : SqlByte

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlByte.

ToSqlDecimal() : SqlDecimal

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlDecimal.

ToSqlDouble() : SqlDouble

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlDouble.

ToSqlInt16() : SqlInt16

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlInt16.

ToSqlInt64() : SqlInt64

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlInt64.

ToSqlMoney() : SqlMoney

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlMoney.

ToSqlSingle() : SqlSingle

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlSingle.

ToSqlString() : SqlString

Converts this System.Data.SqlTypes.SqlInt32 structure to System.Data.SqlTypes.SqlString.

override
ToString() : string

Converts a System.Data.SqlTypes.SqlInt32 structure to a string.

static
Xor(SqlInt32, SqlInt32) : SqlInt32

Performs a bitwise exclusive-OR operation on the specified System.Data.SqlTypes.SqlInt32 structures.

Public Operators

static
Addition(SqlInt32, SqlInt32)

Computes the sum of the two specified System.Data.SqlTypes.SqlInt32 structures.

static
BitwiseAnd(SqlInt32, SqlInt32)

Computes the bitwise AND of its System.Data.SqlTypes.SqlInt32 operands.

static
BitwiseOr(SqlInt32, SqlInt32)

Computes the bitwise OR of the specified System.Data.SqlTypes.SqlInt32 structures.

static
Division(SqlInt32, SqlInt32)

Divides the first System.Data.SqlTypes.SqlInt32 parameter from the second.

static
Equality(SqlInt32, SqlInt32)

Performs a logical comparison of the two System.Data.SqlTypes.SqlInt32 parameters to determine whether they are equal.

static
ExclusiveOr(SqlInt32, SqlInt32)

Performs a bitwise exclusive-OR operation on the specified System.Data.SqlTypes.SqlInt32 structures.

static
GreaterThan(SqlInt32, SqlInt32)

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is greater than the second.

static
GreaterThanOrEqual(SqlInt32, SqlInt32)

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is greater than or equal to the second.

static
Inequality(SqlInt32, SqlInt32)

Performa a logical comparison of the two System.Data.SqlTypes.SqlInt32 parameters to determine whether they are not equal.

static
LessThan(SqlInt32, SqlInt32)

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is less than the second.

static
LessThanOrEqual(SqlInt32, SqlInt32)

Compares the two System.Data.SqlTypes.SqlInt32 parameters to determine whether the first is less than or equal to the second.

static
Modulus(SqlInt32, SqlInt32)

Computes the remainder after dividing the first System.Data.SqlTypes.SqlInt32 parameter by the second.

static
Multiply(SqlInt32, SqlInt32)

Computes the product of the two System.Data.SqlTypes.SqlInt32 parameters.

static
OnesComplement

Performs a bitwise one's complement operation on the specified System.Data.SqlTypes.SqlInt32 structure.

static
Subtraction(SqlInt32, SqlInt32)

Subtracts the second System.Data.SqlTypes.SqlInt32 parameter from the first.

static
UnaryNegation

Negates the SqlInt32.Value of the System.Data.SqlTypes.SqlInt32 operand.

static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Int32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlInt32(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.Serialization.IXmlSerializable.GetSchema

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System.Xml.Serialization.IXmlSerializable.ReadXml

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System.Xml.Serialization.IXmlSerializable.WriteXml

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.