Show / Hide Table of Contents

Method ConvertToDbValue

| Improve this Doc View Source

ConvertToDbValue(Nullable<T>)

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