SqlInt32 Struct

Definition

Represents a 32-bit signed integer to be stored in or retrieved from a database.

public value class SqlInt32 : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlInt32 : IComparable, IEquatable<System::Data::SqlTypes::SqlInt32>, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlInt32 : IComparable, System::Data::SqlTypes::INullable
public struct SqlInt32 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlInt32 : IComparable, IEquatable<System.Data.SqlTypes.SqlInt32>, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlInt32 : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlInt32 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlInt32 = struct
    interface INullable
    interface IXmlSerializable
type SqlInt32 = struct
    interface INullable
[<System.Serializable>]
type SqlInt32 = struct
    interface INullable
    interface IXmlSerializable
Public Structure SqlInt32
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlInt32
Implements IComparable, IEquatable(Of SqlInt32), INullable, IXmlSerializable
Public Structure SqlInt32
Implements IComparable, INullable
Inheritance
SqlInt32
Attributes
Implements

Constructors

SqlInt32(Int32)

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

Fields

MaxValue

A constant representing the largest possible value of a SqlInt32.

MinValue

A constant representing the smallest possible value of a SqlInt32.

Null

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

Zero

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

Properties

IsNull

Indicates whether this SqlInt32 structure is null.

Value

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

Methods

Add(SqlInt32, SqlInt32)

Computes the sum of the two specified SqlInt32 structures.

BitwiseAnd(SqlInt32, SqlInt32)

Computes the bitwise AND of its SqlInt32 operands.

BitwiseOr(SqlInt32, SqlInt32)

Computes the bitwise OR of the specified SqlInt32 structures.

CompareTo(Object)

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

CompareTo(SqlInt32)

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

Divide(SqlInt32, SqlInt32)

Divides the first SqlInt32 parameter from the second.

Equals(Object)

Compares the supplied object parameter to the Value property of the SqlInt32 object.

Equals(SqlInt32)

Indicates whether the current instance is equal to another instance of the same type.

Equals(SqlInt32, SqlInt32)

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

GetHashCode()

Returns the hash code for this instance.

GetXsdType(XmlSchemaSet)

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

GreaterThan(SqlInt32, SqlInt32)

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

GreaterThanOrEqual(SqlInt32, SqlInt32)

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

LessThan(SqlInt32, SqlInt32)

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

LessThanOrEqual(SqlInt32, SqlInt32)

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

Mod(SqlInt32, SqlInt32)

Computes the remainder after dividing the first SqlInt32 parameter by the second.

Modulus(SqlInt32, SqlInt32)

Divides two SqlInt32 values and returns the remainder.

Multiply(SqlInt32, SqlInt32)

Computes the product of the two SqlInt32 parameters.

NotEquals(SqlInt32, SqlInt32)

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

OnesComplement(SqlInt32)

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

Parse(String)

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

Subtract(SqlInt32, SqlInt32)

Subtracts the second SqlInt32 parameter from the first.

ToSqlBoolean()

Converts this SqlInt32 structure to SqlBoolean.

ToSqlByte()

Converts this SqlInt32 structure to SqlByte.

ToSqlDecimal()

Converts this SqlInt32 structure to SqlDecimal.

ToSqlDouble()

Converts this SqlInt32 structure to SqlDouble.

ToSqlInt16()

Converts this SqlInt32 structure to SqlInt16.

ToSqlInt64()

Converts this SqlInt32 structure to SqlInt64.

ToSqlMoney()

Converts this SqlInt32 structure to SqlMoney.

ToSqlSingle()

Converts this SqlInt32 structure to SqlSingle.

ToSqlString()

Converts this SqlInt32 structure to SqlString.

ToString()

Converts a SqlInt32 structure to a String.

Xor(SqlInt32, SqlInt32)

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

Operators

Addition(SqlInt32, SqlInt32)

Computes the sum of the two specified SqlInt32 structures.

BitwiseAnd(SqlInt32, SqlInt32)

Computes the bitwise AND of its SqlInt32 operands.

BitwiseOr(SqlInt32, SqlInt32)

Computes the bitwise OR of the specified SqlInt32 structures.

Division(SqlInt32, SqlInt32)

Divides the first SqlInt32 parameter from the second.

Equality(SqlInt32, SqlInt32)

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

ExclusiveOr(SqlInt32, SqlInt32)

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

Explicit(SqlBoolean to SqlInt32)

Converts the supplied SqlBoolean to SqlInt32.

Explicit(SqlDecimal to SqlInt32)

Converts the supplied SqlDecimal structure to SqlInt32.

Explicit(SqlDouble to SqlInt32)

Converts the supplied SqlDouble to SqlInt32.

Explicit(SqlInt32 to Int32)

Converts the supplied SqlInt32 structure to an integer.

Explicit(SqlInt64 to SqlInt32)

Converts the supplied SqlInt64 to SqlInt32.

Explicit(SqlMoney to SqlInt32)

Converts the supplied SqlMoney structure to SqlInt32.

Explicit(SqlSingle to SqlInt32)

Converts the supplied SqlSingle to SqlInt32.

Explicit(SqlString to SqlInt32)

Converts the supplied SqlString object to SqlInt32.

GreaterThan(SqlInt32, SqlInt32)

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

GreaterThanOrEqual(SqlInt32, SqlInt32)

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

Implicit(Int32 to SqlInt32)

Converts the supplied integer to SqlInt32.

Implicit(SqlByte to SqlInt32)

Converts the supplied SqlByte property to SqlInt32.

Implicit(SqlInt16 to SqlInt32)

Converts the supplied SqlInt16 to SqlInt32.

Inequality(SqlInt32, SqlInt32)

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

LessThan(SqlInt32, SqlInt32)

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

LessThanOrEqual(SqlInt32, SqlInt32)

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

Modulus(SqlInt32, SqlInt32)

Computes the remainder after dividing the first SqlInt32 parameter by the second.

Multiply(SqlInt32, SqlInt32)

Computes the product of the two SqlInt32 parameters.

OnesComplement(SqlInt32)

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

Subtraction(SqlInt32, SqlInt32)

Subtracts the second SqlInt32 parameter from the first.

UnaryNegation(SqlInt32)

Negates the Value of the SqlInt32 operand.

Explicit Interface Implementations

IXmlSerializable.GetSchema()

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

IXmlSerializable.ReadXml(XmlReader)

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

IXmlSerializable.WriteXml(XmlWriter)

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

Applies to

See also