|   | TableOperationsTClearPrimaryKeyCache Method | 
        
        
        
        Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic void ClearPrimaryKeyCache()
Public Sub ClearPrimaryKeyCache
public:
virtual void ClearPrimaryKeyCache() sealed
abstract ClearPrimaryKeyCache : unit -> unit 
override ClearPrimaryKeyCache : unit -> unit 
function ClearPrimaryKeyCache();
Implements
ITableOperationsClearPrimaryKeyCache Remarks
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
See Also