Bde.DBTables.TDatabase.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDatabase

Delphi

property SessionName: string read FSessionName write SetSessionName;

C++

__property System::UnicodeString SessionName = {read=FSessionName, write=SetSessionName};

Description

Identifies the name of the session used by this database component.

Use SessionName to specify the session with which a database component is associated. If SessionName is blank, a database component is automatically associated with the default session, Session.

To associate a database component with a different session in a database application, SessionName must match the SessionName property of an existing session component.

See Also