Datasnap.DSSession.TDSSessionCache.GetItemIDs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionCache

Delphi

function GetItemIDs: TDSSessionCacheKeys;

C++

TDSSessionCacheKeys* __fastcall GetItemIDs();

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