public void SetPrimaryKeyValue(KeyGetterDelegate _getKey)
 {
     // sets primary key
     PrimaryKey.ParmValue = _getKey(VList);
 }
 public void SetMasterKeyValue(KeyGetterDelegate _getKey)
 {
     // sets master record key
     MasterKey.ParmValue = _getKey(VList);
 }