C# (CSharp) MicroLite.TypeConverters Namespace

Classes

Name Description
EnumTypeConverter An ITypeConverter which can convert Enum values to and from database values.
ObjectTypeConverter An ITypeConverter which uses Convert.ChangeType.
TimeSpanTypeConverter An ITypeConverter which can convert a TimeSpan to and from the stored database value of a 64 bit integer column.
TypeConverter A class which allows access to ITypeConverters.
UriTypeConverter An ITypeConverter which can convert a Uri to and from the stored database value of a string column.
XDocumentTypeConverter An ITypeConverter which can convert an XDocument to and from the stored database value of either an xml or string column.