Class _DateTime
Represents a nullable System.DateTime column.
Inheritance
Implements
Inherited Members
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _DateTime : Column<DateTime? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, DateTime? >, IColumn<DbReader>, IColumn
Properties
| Name | Description |
|---|---|
| Item[DbReader] | Gets the value of this column from DbReader's current row. |
Methods
| Name | Description |
|---|---|
| AreEqual(Nullable<DateTime>, Nullable<DateTime>) | |
| CastToString() | |
| Const(Nullable<DateTime>) | Creates a column of constant expression. |
| CreateConst(Nullable<DateTime>) | |
| CreateParam(Nullable<DateTime>) | |
| DeserializeValue(JsonValue) | |
| Equals(Object) | |
| GetHashCode() | |
| IsNull(Nullable<DateTime>) | |
| Now() | Gets a column that will return the current date and time on this computer, expressed as the local time. |
| Param(Nullable<DateTime>, _DateTime) | Creates a column of parameter expression. |
| SerializeValue(Nullable<DateTime>) | |
| UtcNow() | Gets a column that will return the current date and time on this computer, expressed as the Coordinated Universal Time (UTC). |
Operators
| Name | Description |
|---|---|
| Equality(_DateTime, _DateTime) | Performs a logical comparison of the two _DateTime parameters for equality. |
| Explicit(_String to _DateTime) | |
| GreaterThan(_DateTime, _DateTime) | Compares the two _DateTime parameters to determine whether the first is greater than the second. |
| GreaterThanOrEqual(_DateTime, _DateTime) | Compares the two _DateTime parameters to determine whether the first is greater than or equal the second. |
| Implicit(Nullable<DateTime> to _DateTime) | Implicitly converts the supplied value to a column of parameter expression. |
| Inequality(_DateTime, _DateTime) | Performs a logical comparison of the two _DateTime parameters for non-equality. |
| LessThan(_DateTime, _DateTime) | Compares the two _DateTime parameters to determine whether the first is less than the second. |
| LessThanOrEqual(_DateTime, _DateTime) | Compares the two _DateTime parameters to determine whether the first is less than or equal the second. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IColumn<DbReader>.Read(DbReader, DataRow) |