A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint16 below:

SqlInt16 Struct (System.Data.SqlTypes) | Microsoft Learn

SqlInt16 Struct Definition

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

public value class SqlInt16 : IComparable, IEquatable<System::Data::SqlTypes::SqlInt16>, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
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, IEquatable<System.Data.SqlTypes.SqlInt16>, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
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, IEquatable(Of SqlInt16), INullable, IXmlSerializable
Public Structure SqlInt16
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlInt16
Implements IComparable, INullable
Inheritance
Attributes
Implements
Constructors 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.

Equals(SqlInt16)

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

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()

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.

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)

Converts the supplied SqlDouble structure to SqlInt16.

Explicit(SqlInt16 to Int16)

Converts the supplied SqlInt16 structure to a short integer.

Explicit(SqlInt32 to SqlInt16)

Converts the supplied SqlInt32 structure to SqlInt16.

Explicit(SqlInt64 to SqlInt16)

Converts the supplied SqlInt64 structure to SqlInt16.

Explicit(SqlMoney to SqlInt16)

Converts the supplied SqlMoney structure to SqlInt16.

Explicit(SqlSingle to SqlInt16)

Converts the supplied SqlSingle structure to SqlInt16.

Explicit(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.

Implicit(Int16 to SqlInt16)

Converts the supplied short integer to SqlInt16.

Implicit(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.

Explicit Interface Implementations See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4