Class _Int64
Represents a nullable System.Int64 column.
Implements
Inherited Members
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _Int64 : Column<long? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, long? >, IColumn<DbReader>, IColumn
Properties
Name | Description |
---|---|
DefaultValue | |
IsIdentity | |
Item[DbReader] | Gets the value of this column from DbReader's current row. |
Methods
Name | Description |
---|---|
AreEqual(Nullable<Int64>, Nullable<Int64>) | |
CastToString() | |
Const(Nullable<Int64>) | Creates a column of constant expression. |
CreateConst(Nullable<Int64>) | |
CreateParam(Nullable<Int64>) | |
DeserializeValue(JsonValue) | |
Equals(Object) | |
GetHashCode() | |
IsNull(Nullable<Int64>) | |
Param(Nullable<Int64>, _Int64) | Creates a column of parameter expression. |
SerializeValue(Nullable<Int64>) |
Operators
Name | Description |
---|---|
Addition(_Int64, _Int64) | Computes the sum of the two specified _Int64 objects. |
BitwiseAnd(_Int64, _Int64) | Computes the bitwise AND of its _Int64 operands. |
BitwiseOr(_Int64, _Int64) | Computes the bitwise OR of its _Int64 operands. |
Division(_Int64, _Int64) | Divides the two specified _Int64 objects. |
Equality(_Int64, _Int64) | Performs a logical comparison of the two _Int64 parameters for equality. |
ExclusiveOr(_Int64, _Int64) | Computes the bitwise exclusive-OR of its _Int64 operands. |
Explicit(_Boolean to _Int64) | |
Explicit(_Decimal to _Int64) | |
Explicit(_Double to _Int64) | |
Explicit(_Int64 to _String) | |
Explicit(_Single to _Int64) | |
Explicit(_String to _Int64) | |
GreaterThan(_Int64, _Int64) | Compares the two _Int64 parameters to determine whether the first is greater than the second. |
GreaterThanOrEqual(_Int64, _Int64) | Compares the two _Int64 parameters to determine whether the first is greater than or equal the second. |
Implicit(_Byte to _Int64) | |
Implicit(_Int16 to _Int64) | |
Implicit(_Int32 to _Int64) | |
Implicit(Nullable<Int64> to _Int64) | Implicitly converts the supplied value to a column of parameter expression. |
Inequality(_Int64, _Int64) | Performs a logical comparison of the two _Int64 parameters for non-equality. |
LessThan(_Int64, _Int64) | Compares the two _Int64 parameters to determine whether the first is less than the second. |
LessThanOrEqual(_Int64, _Int64) | Compares the two _Int64 parameters to determine whether the first is less than or equal the second. |
Modulus(_Int64, _Int64) | Computes the remainder after dividing the first _Int64 parameter by the second. |
Multiply(_Int64, _Int64) | Multiplies the two specified _Int64 objects. |
OnesComplement(_Int64) | Performs a bitwise one's complement operation on the specified _Int64. |
Subtraction(_Int64, _Int64) | Substracts the two specified _Int64 objects. |
UnaryNegation(_Int64) | Negates the _Int64 operand. |
Explicit Interface Implementations
Name | Description |
---|---|
IColumn<DbReader>.Read(DbReader, DataRow) |