Datasnap.DSSession.TDSSessionCache

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSSessionCache

Delphi

TDSSessionCache = class

C++

class PASCALIMPLEMENTATION TDSSessionCache : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession Datasnap.DSSession

Description

Implements a cache for holding commands with complex parameter types, stored for later reuse.

The TDSSessionCache class implements a cache for holding commands with complex parameter types such as tables, streams, or objects, which are stored for later reuse.

See Also