The Mindscape.LightSpeed.FieldConverters namespace contains field converters for non-conventional mappings between database and model data types.
Classes
| Class | Description | |
|---|---|---|
| FieldConverter<(Of <(TDatabase, TModel>)>) |
Provides a strong-typed implementation of IFieldConverter
for performing custom conversions between a database column and the
CLR type of an entity field.
| |
| StringEnumFieldConverter<(Of <(TEnum>)>) |
Maps a model enum value to a string for storing in the database.
| |
| YNBooleanFieldConverter |
Maps a model boolean value to the strings 'Y' or 'N' for storing in the database.
|