Show / Hide Table of Contents

Method ConvertToEnum

| Improve this Doc View Source

ConvertToEnum(TDbValue)

Converts from database value to enum value.

Declaration
public abstract T? ConvertToEnum(TDbValue dbValue)
Parameters
Type Name Description
TDbValue dbValue

The database value.

Returns
Type Description
System.Nullable<T>

The enum value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest