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