Method ConvertToEnum
| Improve this Doc View SourceConvertToEnum(Nullable<Int64>)
Declaration
public override T? ConvertToEnum(long? dbValue)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int64> | dbValue |
Returns
Type | Description |
---|---|
System.Nullable<T> |
Overrides
DevZest.Data.Primitives.EnumColumn<T, System.Nullable<System.Int64>>.ConvertToEnum(System.Nullable<System.Int64>)