Data.DBXPlatform.TDSInvocationMetadata.CloseSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloseSession: Boolean read FCloseSession write FCloseSession;

C++

__property bool CloseSession = {read=FCloseSession, write=FCloseSession, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Description

Specifies whether the session needs to be closed or not.

The CloseSession property specifies whether the session needs to be closed or not. The property is True when the session needs to be closed, and False otherwise.

Note: A server method, for example, can programmatically end a session by calling GetInvocationMetadata and then calling CloseSession.

See also