SqlInt32 Structure
Represents a 32-bit signed integer to be stored in or retrieved from a database.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SqlInt32(Int32) | Initializes a new instance of the SqlInt32 structure using the supplied integer value. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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.(Overrides ValueType.Equals(Object).) |
![]() ![]() | 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.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() ![]() | 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.(Overrides ValueType.ToString().) |
![]() ![]() | Xor(SqlInt32, SqlInt32) | Performs a bitwise exclusive-OR operation on the specified SqlInt32 structures. |
| 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 | |
|---|---|---|
![]() ![]() | 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) | Performa 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






