Converts an entity field value into a value for storage in the database.
            
    Namespace: 
   Mindscape.LightSpeed.FieldConvertersAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
protected abstract TDatabase ConvertToDatabase( TModel value )  | 
| Visual Basic (Declaration) | 
|---|
Protected MustOverride Function ConvertToDatabase ( _ value As TModel _ ) As TDatabase  | 
Parameters
- value
 - Type: TModel
The entity field value.