FireDAC.Phys.MongoDBWrapper.TMongoCollection.Session

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Session: TMongoSession read FSession write SetSession;

C++

__property TMongoSession* Session = {read=FSession, write=SetSession};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Use this property to assign a session. When this property is assigned, the operations on this collection will participate in the session.

See Also