Bde.DBTables.TDBDataSet.DBSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBSession: TSession read GetDBSession;

C++

__property TSession* DBSession = {read=GetDBSession};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBDataSet

Description

Identifies the database session component associated with this dataset.

Use DBSession to determine the session component that controls the database component with which this dataset component is associated. By default, a database component is associated with the default session component, Session, that is automatically created for all database applications.

See Also