Bde.DBTables.TDatabase.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionName: string read FSessionName write SetSessionName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

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