SqlInt64 Struct

Definition

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

public value class SqlInt64 : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlInt64 : IComparable, IEquatable<System::Data::SqlTypes::SqlInt64>, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlInt64 : IComparable, System::Data::SqlTypes::INullable
public struct SqlInt64 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlInt64 : IComparable, IEquatable<System.Data.SqlTypes.SqlInt64>, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlInt64 : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlInt64 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlInt64 = struct
    interface INullable
    interface IXmlSerializable
type SqlInt64 = struct
    interface INullable
[<System.Serializable>]
type SqlInt64 = struct
    interface INullable
    interface IXmlSerializable
Public Structure SqlInt64
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlInt64
Implements IComparable, IEquatable(Of SqlInt64), INullable, IXmlSerializable
Public Structure SqlInt64
Implements IComparable, INullable
Inheritance
SqlInt64
Attributes
Implements

Constructors

SqlInt64(Int64)

Initializes a new instance of the SqlInt64 structure using the supplied long integer.

Fields

MaxValue

A constant representing the largest possible value for a SqlInt64 structure.

MinValue

A constant representing the smallest possible value for a SqlInt64 structure.

Null

Represents a DBNull that can be assigned to this instance of the SqlInt64 structure.

Zero

Represents a zero value that can be assigned to the Value property of an instance of the SqlInt64 structure.

Properties

IsNull

Gets a Boolean value that indicates whether this SqlInt64 structure is null.

Value

Gets the value of this SqlInt64 structure. This property is read-only.

Methods

Add(SqlInt64, SqlInt64)

Computes the sum of the two SqlInt64 parameters.

BitwiseAnd(SqlInt64, SqlInt64)

Computes the bitwise AND of its SqlInt64 operands.

BitwiseOr(SqlInt64, SqlInt64)

Computes the bitwise OR of its two SqlInt64 operands.

CompareTo(Object)

Compares this SqlInt64 instance to the supplied Object and returns an indication of their relative values.

CompareTo(SqlInt64)

Compares this SqlInt64 instance to the supplied SqlInt64 and returns an indication of their relative values.

Divide(SqlInt64, SqlInt64)

Divides the first SqlInt64 parameter by the second.

Equals(Object)

Compares the supplied object parameter to the Value property of the SqlInt64 object.

Equals(SqlInt64)

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

Equals(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters 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(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters to determine whether the first is greater than the second.

GreaterThanOrEqual(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters to determine whether the first is greater than or equal to the second.

LessThan(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether the first is less than the second.

LessThanOrEqual(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether the first is less than or equal to the second.

Mod(SqlInt64, SqlInt64)

Computes the remainder after dividing the first SqlInt64 parameter by the second.

Modulus(SqlInt64, SqlInt64)

Divides two SqlInt64 values and returns the remainder.

Multiply(SqlInt64, SqlInt64)

Computes the product of the two SqlInt64 parameters.

NotEquals(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal.

OnesComplement(SqlInt64)

Performs a bitwise one's complement operation on its SqlInt64 operand.

Parse(String)

Converts the String representation of a number to its 64-bit signed integer equivalent.

Subtract(SqlInt64, SqlInt64)

Subtracts the second SqlInt64 parameter from the first.

ToSqlBoolean()

Converts this SqlInt64 structure to SqlBoolean.

ToSqlByte()

Converts this SqlInt64 structure to SqlByte.

ToSqlDecimal()

Converts this SqlInt64 structure to SqlDecimal.

ToSqlDouble()

Converts this SqlInt64 structure to SqlDouble.

ToSqlInt16()

Converts this SqlInt64 structure to SqlInt16.

ToSqlInt32()

Converts this SqlInt64 structure to SqlInt32.

ToSqlMoney()

Converts this SqlInt64 structure to SqlMoney.

ToSqlSingle()

Converts this SqlInt64 structure to SqlSingle.

ToSqlString()

Converts this SqlInt64 structure to SqlString.

ToString()

Converts this instance of SqlInt64 to String.

Xor(SqlInt64, SqlInt64)

Performs a bitwise exclusive-OR operation on the supplied parameters.

Operators

Addition(SqlInt64, SqlInt64)

Computes the sum of the two SqlInt64 parameters.

BitwiseAnd(SqlInt64, SqlInt64)

Computes the bitwise AND of its SqlInt64 operands.

BitwiseOr(SqlInt64, SqlInt64)

Computes the bitwise OR of its two SqlInt64 operands.

Division(SqlInt64, SqlInt64)

Divides the first SqlInt64 parameter by the second.

Equality(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters to determine whether they are equal.

ExclusiveOr(SqlInt64, SqlInt64)

Performs a bitwise exclusive-OR operation on the supplied parameters.

Explicit(SqlBoolean to SqlInt64)

Converts the supplied SqlBoolean parameter to SqlInt64.

Explicit(SqlDecimal to SqlInt64)

Converts the supplied SqlDecimal parameter to SqlInt64.

Explicit(SqlDouble to SqlInt64)

Converts the supplied SqlDouble structure to SqlInt64.

Explicit(SqlInt64 to Int64)

Converts the SqlInt64 parameter to long.

Explicit(SqlMoney to SqlInt64)

Converts the supplied SqlMoney parameter to SqlInt64.

Explicit(SqlSingle to SqlInt64)

Converts the supplied SqlSingle parameter to SqlInt64.

Explicit(SqlString to SqlInt64)

Converts the supplied SqlString parameter to SqlInt64.

GreaterThan(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters to determine whether the first is greater than the second.

GreaterThanOrEqual(SqlInt64, SqlInt64)

Performs a logical comparison of the two SqlInt64 parameters to determine whether the first is greater than or equal to the second.

Implicit(Int64 to SqlInt64)

Converts the long parameter to SqlInt64.

Implicit(SqlByte to SqlInt64)

Converts the supplied SqlByte parameter to SqlInt64.

Implicit(SqlInt16 to SqlInt64)

Converts the supplied SqlInt16 parameter to SqlInt64.

Implicit(SqlInt32 to SqlInt64)

Converts the supplied SqlInt32 parameter to SqlInt64.

Inequality(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal.

LessThan(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether the first is less than the second.

LessThanOrEqual(SqlInt64, SqlInt64)

Performs a logical comparison on the two SqlInt64 parameters to determine whether the first is less than or equal to the second.

Modulus(SqlInt64, SqlInt64)

Computes the remainder after dividing the first SqlInt64 parameter by the second.

Multiply(SqlInt64, SqlInt64)

Computes the product of the two SqlInt64 parameters.

OnesComplement(SqlInt64)

Performs a bitwise one's complement operation on its SqlInt64 operand.

Subtraction(SqlInt64, SqlInt64)

Subtracts the second SqlInt64 parameter from the first.

UnaryNegation(SqlInt64)

The unary minus operator negates the Value of the SqlInt64 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.

Applies to

See also