MicroLite.TypeConverters EnumTypeConverter in C# (CSharp): 5 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per MicroLite.TypeConverters.EnumTypeConverter, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
An ITypeConverter which can convert Enum values to and from database values.
It ensures that the database value is converted to and from the underlying storage type of the Enum to allow for db columns being byte, short, integer or long.