Show / Hide Table of Contents

Method ConvertToEnum

| Improve this Doc View Source

ConvertToEnum(Nullable<Int32>)

Declaration
public override T? ConvertToEnum(int? dbValue)
Parameters
Type Name Description
System.Nullable<System.Int32> dbValue
Returns
Type Description
System.Nullable<T>
Overrides
DevZest.Data.Primitives.EnumColumn<T, System.Nullable<System.Int32>>.ConvertToEnum(System.Nullable<System.Int32>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest