AdvancedFindViewModel..::..LoadFromEntity Method
Loads this view model from the entity generated from PopulatePrimaryKeyControls. This is executed only during record retrieval operations.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
protected void LoadFromEntity( AdvancedFind entity )
Protected Sub LoadFromEntity ( _ entity As AdvancedFind _ )
protected: void LoadFromEntity( AdvancedFind^ entity )
Parameters
- entity
- Type: RingSoft.DbLookup.AdvancedFind..::..AdvancedFind
The entity that was loaded from the database by PopulatePrimaryKeyControls.