Converts a value obtained from the database into a CLR value to be loaded
            into an entity field.
            
    Namespace: 
   Mindscape.LightSpeed.FieldConvertersAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
protected abstract TModel ConvertFromDatabase( TDatabase databaseValue )  | 
| Visual Basic (Declaration) | 
|---|
Protected MustOverride Function ConvertFromDatabase ( _ databaseValue As TDatabase _ ) As TModel  | 
Parameters
- databaseValue
 - Type: TDatabase
The value obtained from the database.