PrimaryKeysOnly: IDictionary
PrimaryKeysOnly: System.Collections.IDictionary
Key. Key of table record or dictionary element for update.
Value. The Null value.
The PrimaryKeysOnly property determines a primary keys dictionary for updating specific table records or dictionary elements.
The property is not set by default, all table records or dictionary elements are updated on update installation. The data update method is determined by the IMetabaseUpdateDataObjectNode.BatchMode property.
To update specific records or elements, specify their keys in the PrimaryKeysOnly property. The specified records or elements will be updated on update installation in accordance with the selected object data update method.
When the dictionary element, which key is added to the glossary, its child elements are not updated. To update dictionary child elements, add their keys to the glossary using the PrimaryKeysOnly property.
All table fields or dictionary attributes are updated by default. To update specific fields or attributes, use the IMetabaseUpdateDataObjectNode.FieldsOnly property.
The property use is given in description of the IMetabaseUpdateDataObjectNode.FieldsOnly property.
See also: