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