Show / Hide Table of Contents

Method ConvertToEnum

| Improve this Doc View Source

ConvertToEnum(Nullable<Char>)

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