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