SqlInt16 Structure
Represents a 16-bit signed integer to be stored in or retrieved from a database.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SqlInt16(Int16) | Initializes a new instance of the SqlInt16 structure using the supplied short integer parameter. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add(SqlInt16, SqlInt16) | Computes the sum of the two SqlInt16 operands. |
![]() ![]() | BitwiseAnd(SqlInt16, SqlInt16) | Computes the bitwise AND of its SqlInt16 operands. |
![]() ![]() | BitwiseOr(SqlInt16, SqlInt16) | Computes the bitwise OR of its two SqlInt16 operands. |
![]() | CompareTo(Object) | Compares this SqlInt16 instance to the supplied Object and returns an indication of their relative values. |
![]() | CompareTo(SqlInt16) | Compares this SqlInt16 instance to the supplied SqlInt16 and returns an indication of their relative values. |
![]() ![]() | Divide(SqlInt16, SqlInt16) | Divides the first SqlInt16 operand by the second. |
![]() | Equals(Object) | Compares the specified object to the Value property of the SqlInt16 object.(Overrides ValueType.Equals(Object).) |
![]() ![]() | Equals(SqlInt16, SqlInt16) | Performs a logical comparison of two SqlInt16 structures 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(SqlInt16, SqlInt16) | Compares two instances of SqlInt16 to determine whether the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual(SqlInt16, SqlInt16) | Compares two SqlInt16 structures to determine whether the first is greater than or equal to the second. |
![]() ![]() | LessThan(SqlInt16, SqlInt16) | Compares two instances of SqlInt16 to determine whether the first is less than the second. |
![]() ![]() | LessThanOrEqual(SqlInt16, SqlInt16) | Compares two SqlInt16 structures to determine whether the first is less than or equal to the second. |
![]() ![]() | Mod(SqlInt16, SqlInt16) | Computes the remainder after dividing its first SqlInt16 operand by its second. |
![]() ![]() | Modulus(SqlInt16, SqlInt16) | Divides two SqlInt16 values and returns the remainder. |
![]() ![]() | Multiply(SqlInt16, SqlInt16) | Computes the product of the two SqlInt16 parameters. |
![]() ![]() | NotEquals(SqlInt16, SqlInt16) | Performs a logical comparison of two SqlInt16 structures to determine whether they are not equal. |
![]() ![]() | OnesComplement(SqlInt16) | The ~ operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() ![]() | Parse(String) | Converts the String representation of a number to its 16-bit signed integer equivalent. |
![]() ![]() | Subtract(SqlInt16, SqlInt16) | Subtracts the second SqlInt16 parameter from the first. |
![]() | ToSqlBoolean() | Converts this SqlInt16 structure to SqlBoolean. |
![]() | ToSqlByte() | Converts this SqlInt16 structure to SqlByte. |
![]() | ToSqlDecimal() | Converts this SqlInt16 structure to SqlDecimal. |
![]() | ToSqlDouble() | Converts this SqlInt16 structure to SqlDouble. |
![]() | ToSqlInt32() | Converts this SqlInt16 structure to SqlInt32. |
![]() | ToSqlInt64() | Converts this SqlInt16 structure to SqlInt64. |
![]() | ToSqlMoney() | Converts this SqlInt16 structure to SqlMoney. |
![]() | ToSqlSingle() | Converts this SqlInt16 structure to SqlSingle. |
![]() | ToSqlString() | Converts this SqlInt16 structure to SqlString. |
![]() | ToString() | Converts a SqlInt16 structure to String.(Overrides ValueType.ToString().) |
![]() ![]() | Xor(SqlInt16, SqlInt16) | Performs a bitwise exclusive-OR operation on the supplied parameters. |
| Name | Description | |
|---|---|---|
![]() ![]() | MaxValue | A constant representing the largest possible value of a SqlInt16. |
![]() ![]() | MinValue | A constant representing the smallest possible value of a SqlInt16. |
![]() ![]() | Null | Represents a DBNull that can be assigned to this instance of the SqlInt16 structure. |
![]() ![]() | Zero | Represents a zero value that can be assigned to the Value property of an instance of the SqlInt16 structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(SqlInt16, SqlInt16) | Computes the sum of the two SqlInt16 operands. |
![]() ![]() | BitwiseAnd(SqlInt16, SqlInt16) | Computes the bitwise AND of its SqlInt16 operands. |
![]() ![]() | BitwiseOr(SqlInt16, SqlInt16) | Computes the bitwise OR of its two SqlInt16 operands. |
![]() ![]() | Division(SqlInt16, SqlInt16) | Divides the first SqlInt16 operand by the second. |
![]() ![]() | Equality(SqlInt16, SqlInt16) | Performs a logical comparison of two SqlInt16 structures to determine whether they are equal. |
![]() ![]() | ExclusiveOr(SqlInt16, SqlInt16) | Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() ![]() | Narrowing(SqlBoolean to SqlInt16) | Converts the supplied SqlBoolean structure to SqlInt16. |
![]() ![]() | Narrowing(SqlDecimal to SqlInt16) | Converts the supplied SqlDecimal structure to SqlInt16. |
![]() ![]() | Narrowing(SqlDouble to SqlInt16) | Converts the supplied SqlDouble structure to SqlInt16. |
![]() ![]() | Narrowing(SqlInt16 to Int16) | Converts the supplied SqlInt16 structure to a short integer. |
![]() ![]() | Narrowing(SqlInt32 to SqlInt16) | Converts the supplied SqlInt32 structure to SqlInt16. |
![]() ![]() | Narrowing(SqlInt64 to SqlInt16) | Converts the supplied SqlInt64 structure to SqlInt16. |
![]() ![]() | Narrowing(SqlMoney to SqlInt16) | Converts the supplied SqlMoney structure to SqlInt16. |
![]() ![]() | Narrowing(SqlSingle to SqlInt16) | Converts the supplied SqlSingle structure to SqlInt16. |
![]() ![]() | Narrowing(SqlString to SqlInt16) | Converts the supplied SqlString object to SqlInt16. |
![]() ![]() | GreaterThan(SqlInt16, SqlInt16) | Compares two instances of SqlInt16 to determine whether the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual(SqlInt16, SqlInt16) | Compares two SqlInt16 structures to determine whether the first is greater than or equal to the second. |
![]() ![]() | Widening(Int16 to SqlInt16) | Converts the supplied short integer to SqlInt16. |
![]() ![]() | Widening(SqlByte to SqlInt16) | Converts the supplied SqlByte structure to SqlInt16. |
![]() ![]() | Inequality(SqlInt16, SqlInt16) | Performs a logical comparison of two SqlInt16 structures to determine whether they are not equal. |
![]() ![]() | LessThan(SqlInt16, SqlInt16) | Compares two instances of SqlInt16 to determine whether the first is less than the second. |
![]() ![]() | LessThanOrEqual(SqlInt16, SqlInt16) | Compares two SqlInt16 structures to determine whether the first is less than or equal to the second. |
![]() ![]() | Modulus(SqlInt16, SqlInt16) | Computes the remainder after dividing its first SqlInt16 operand by its second. |
![]() ![]() | Multiply(SqlInt16, SqlInt16) | Computes the product of the two SqlInt16 parameters. |
![]() ![]() | OnesComplement(SqlInt16) | The ~ operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() ![]() | Subtraction(SqlInt16, SqlInt16) | Subtracts the second SqlInt16 parameter from the first. |
![]() ![]() | UnaryNegation(SqlInt16) | The unary minus operator negates the Value of the SqlInt16 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.






