Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SqlInt64 Struct
Definition
- Namespace:
- System.Data.SqlTypes
- Assemblies:
- netstandard.dll, System.Data.Common.dll
- Assembly:
- System.Data.SqlClient.dll
- Assembly:
- System.Data.Common.dll
- Assembly:
- System.Data.dll
- Assembly:
- netstandard.dll
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a 64-bit signed integer to be stored in or retrieved from a database.
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, System::Xml::Serialization::IXmlSerializable
public value class SqlInt64 : IComparable, System::Data::SqlTypes::INullable
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.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, IEquatable(Of SqlInt64), INullable, IXmlSerializable
Public Structure SqlInt64
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlInt64
Implements IComparable, INullable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SqlInt64(Int64) |
Initializes a new instance of the SqlInt64 structure using the supplied long integer. |
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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, SqlInt64) |
Performs a logical comparison of the two SqlInt64 parameters to determine whether they are equal. |
| Equals(SqlInt64) |
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(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() | |
| ToSqlDecimal() |
Converts this SqlInt64 structure to SqlDecimal. |
| ToSqlDouble() | |
| ToSqlInt16() | |
| ToSqlInt32() | |
| ToSqlMoney() | |
| ToSqlSingle() | |
| ToSqlString() | |
| ToString() | |
| Xor(SqlInt64, SqlInt64) |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
Operators
| Name | Description |
|---|---|
| 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) | |
| Explicit(SqlInt64 to Int64) |
Converts the SqlInt64 parameter to long. |
| Explicit(SqlMoney to SqlInt64) | |
| Explicit(SqlSingle to SqlInt64) | |
| Explicit(SqlString 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) | |
| Implicit(SqlInt16 to SqlInt64) | |
| Implicit(SqlInt32 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
| 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. |
Applies to
See also
Feedback
Was this page helpful?
