This documentation is archived and is not being maintained.
SqlInt32 Structure
Visual Studio 2010
Represents a 32-bit signed integer to be stored in or retrieved from a database.
Assembly: System.Data (in System.Data.dll)
The SqlInt32 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Add | Computes the sum of the two specified SqlInt32 structures. |
![]() ![]() ![]() | BitwiseAnd | Computes the bitwise AND of its SqlInt32 operands. |
![]() ![]() ![]() | BitwiseOr | 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 | Divides the first SqlInt32 parameter from the second. |
![]() ![]() | Equals(Object) | Compares the supplied object parameter to the Value property of the SqlInt32 object. (Overrides ValueType::Equals(Object).) |
![]() ![]() ![]() | Equals(SqlInt32, SqlInt32) | Performs a logical comparison of the two SqlInt32 parameters to determine whether they are equal. |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueType::GetHashCode().) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | GetXsdType | Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
![]() ![]() ![]() | GreaterThan | Compares the two SqlInt32 parameters to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | Compares the two SqlInt32 parameters to determine whether the first is greater than or equal to the second. |
![]() ![]() ![]() | LessThan | Compares the two SqlInt32 parameters to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares the two SqlInt32 parameters to determine whether the first is less than or equal to the second. |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() ![]() | Mod | Computes the remainder after dividing the first SqlInt32 parameter by the second. |
![]() ![]() ![]() | Modulus | Divides two SqlInt32 values and returns the remainder. |
![]() ![]() ![]() | Multiply | Computes the product of the two SqlInt32 parameters. |
![]() ![]() ![]() | NotEquals | Performs a logical comparison of the two SqlInt32 parameters to determine whether they are not equal. |
![]() ![]() ![]() | OnesComplement | Performs a bitwise one's complement operation on the specified SqlInt32 structure. |
![]() ![]() ![]() | Parse | Converts the String representation of a number to its 32-bit signed integer equivalent. |
![]() ![]() ![]() | Subtract | 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. (Overrides ValueType::ToString().) |
![]() ![]() ![]() | Xor | Performs a bitwise exclusive-OR operation on the specified SqlInt32 structures. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Addition | Computes the sum of the two specified SqlInt32 structures. |
![]() ![]() ![]() | BitwiseAnd | Computes the bitwise AND of its SqlInt32 operands. |
![]() ![]() ![]() | BitwiseOr | Computes the bitwise OR of the specified SqlInt32 structures. |
![]() ![]() ![]() | Division | Divides the first SqlInt32 parameter from the second. |
![]() ![]() ![]() | Equality | Performs a logical comparison of the two SqlInt32 parameters to determine whether they are equal. |
![]() ![]() ![]() | ExclusiveOr | 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 | Compares the two SqlInt32 parameters to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | 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 | Performa a logical comparison of the two SqlInt32 parameters to determine whether they are not equal. |
![]() ![]() ![]() | LessThan | Compares the two SqlInt32 parameters to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares the two SqlInt32 parameters to determine whether the first is less than or equal to the second. |
![]() ![]() ![]() | Modulus | Computes the remainder after dividing the first SqlInt32 parameter by the second. |
![]() ![]() ![]() | Multiply | Computes the product of the two SqlInt32 parameters. |
![]() ![]() ![]() | OnesComplement | Performs a bitwise one's complement operation on the specified SqlInt32 structure. |
![]() ![]() ![]() | Subtraction | Subtracts the second SqlInt32 parameter from the first. |
![]() ![]() ![]() | UnaryNegation | Negates the Value of the SqlInt32 operand. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | IXmlSerializable::GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() ![]() | IXmlSerializable::ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() ![]() | IXmlSerializable::WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
