Show / Hide Table of Contents

Method ConvertToEnum

| Improve this Doc View Source

ConvertToEnum(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>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest