TableOperationsTClearPrimaryKeyCache Method

Clears the primary key cache for this TableOperationsT instance.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
public void ClearPrimaryKeyCache()

Implements

ITableOperationsClearPrimaryKeyCache

Remarks

This method is intended to be used in conjunction with calls to the overloads for QueryRecords(String, Boolean, Int32, Int32, RecordRestriction) which are used for record pagination.

If record set is known to have changed outside purview of this class, this method should be called so that primary key cache can be reloaded.

See Also