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