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