Click or drag to resize

TableOperationsTClearPrimaryKeyCache Method

Clears the primary key cache for this TableOperationsT instance.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax
public void ClearPrimaryKeyCache()
View Source

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