Provides custom conversion between a database column and the CLR type of
an entity field.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public interface IFieldConverter |
| Visual Basic (Declaration) |
|---|
Public Interface IFieldConverter |
Remarks
A strong-typed implementation of this is provided in
FieldConverter<(Of <(TDatabase, TModel>)>).