Datasnap.DSSession.TDSSessionCache.GetItemIDs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemIDs: TDSSessionCacheKeys;

C++

System::Generics::Collections::TList__1<int>* __fastcall GetItemIDs();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionCache

Description

Returns a list of IDs currently held by the cache.

The GetItemIDs method returns a list of IDs currently held by the cache.

See Also