Class _CharEnum<T>
Represents enum column which is stored as char in database.
Implements
System.Collections.Generic.IReadOnlyCollection<Column>
System.Collections.Generic.IEnumerable<Column>
System.Collections.IEnumerable
System.Collections.Generic.IComparer<DataRow>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _CharEnum<T> : EnumColumn<T, char? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, T? >, IColumn<DbReader>, IColumn where T : struct, IConvertible
Type Parameters
Name | Description |
---|---|
T | The enum type. |
Methods
Name | Description |
---|---|
Const(Nullable<T>) | Creates a column of constant expression. |
ConvertToDbValue(Nullable<T>) | |
ConvertToEnum(Nullable<Char>) | |
CreateConst(Nullable<T>) | |
CreateParam(Nullable<T>) | |
DeserializeDbValue(JsonValue) | |
Equals(Object) | |
GetHashCode() | |
Param(Nullable<T>, _CharEnum<T>) | Creates a column of parameter expression. |
Read(DbReader) | |
SerializeDbValue(Nullable<Char>) |
Operators
Name | Description |
---|---|
Equality(_CharEnum<T>, _CharEnum<T>) | Performs a logical comparison of the two _CharEnum<T> parameters for equality. |
Explicit(_Char to _CharEnum<T>) | Converts the supplied _Char to _CharEnum<T>. |
Explicit(_CharEnum<T> to _Char) | Converts the supplied _CharEnum<T> to _Char. |
Explicit(_CharEnum<T> to _String) | Converts the supplied _CharEnum<T> to _String. |
Implicit(Nullable<T> to _CharEnum<T>) | Implicitly converts the supplied value to a column of parameter expression. |
Inequality(_CharEnum<T>, _CharEnum<T>) | Performs a logical comparison of the two _CharEnum<T> parameters for non-equality. |