FireDAC.Phys.MongoDBWrapper.TMongoCollection.Session
Delphi
property Session: TMongoSession read FSession write SetSession;
C++
__property TMongoSession* Session = {read=FSession, write=SetSession};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoCollection |
説明
このプロパティを使用すると、セッションを割り当てることができます。このプロパティが割り当てられた場合、このコレクション上でのオペレーションはセッションに参加します。