SqlInt16 Struct
Definition
Represents a 16-bit signed integer to be stored in or retrieved from a database.
public value class SqlInt16 : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlInt16 : IComparable, System::Data::SqlTypes::INullable
public struct SqlInt16 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlInt16 : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlInt16 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlInt16 = struct
interface INullable
interface IXmlSerializable
type SqlInt16 = struct
interface INullable
[<System.Serializable>]
type SqlInt16 = struct
interface INullable
interface IXmlSerializable
Public Structure SqlInt16
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlInt16
Implements IComparable, INullable
- Inheritance
- Attributes
- Implements
Constructors
SqlInt16(Int16) |
Initializes a new instance of the SqlInt16 structure using the supplied short integer parameter. |
Fields
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. |
Properties
IsNull |
Indicates whether this SqlInt16 structure is null. |
Value |
Gets the value of this instance of SqlInt16 structure. This property is read-only. |
Methods
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. |
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. |
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() | |
ToSqlDecimal() |
Converts this SqlInt16 structure to SqlDecimal. |
ToSqlDouble() | |
ToSqlInt32() | |
ToSqlInt64() | |
ToSqlMoney() | |
ToSqlSingle() | |
ToSqlString() | |
ToString() | |
Xor(SqlInt16, SqlInt16) |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
Operators
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. |
Explicit(SqlBoolean to SqlInt16) |
Converts the supplied SqlBoolean structure to SqlInt16. |
Explicit(SqlDecimal to SqlInt16) |
Converts the supplied SqlDecimal structure to SqlInt16. |
Explicit(SqlDouble to SqlInt16) | |
Explicit(SqlInt16 to Int16) |
Converts the supplied SqlInt16 structure to a short integer. |
Explicit(SqlInt32 to SqlInt16) | |
Explicit(SqlInt64 to SqlInt16) | |
Explicit(SqlMoney to SqlInt16) | |
Explicit(SqlSingle to SqlInt16) | |
Explicit(SqlString 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. |
Implicit(Int16 to SqlInt16) |
Converts the supplied short integer to SqlInt16. |
Implicit(SqlByte 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. |
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. |