Show / Hide Table of Contents

Method ConvertToEnum

| Improve this Doc View Source

ConvertToEnum(Nullable<Int16>)

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