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