AdvancedFindViewModel..::..PopulatePrimaryKeyControls Method
Populates the primary key controls. This is executed during record save and retrieval operations.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
protected void PopulatePrimaryKeyControls( AdvancedFind newEntity, PrimaryKeyValue primaryKeyValue )
Protected Sub PopulatePrimaryKeyControls ( _ newEntity As AdvancedFind, _ primaryKeyValue As PrimaryKeyValue _ )
protected: void PopulatePrimaryKeyControls( AdvancedFind^ newEntity, PrimaryKeyValue^ primaryKeyValue )
Parameters
- newEntity
- Type: RingSoft.DbLookup.AdvancedFind..::..AdvancedFind
The entity containing just the primary key values.
- primaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key value.