FireDAC.Phys.MongoDBDataSet.TFDMongoPipeline

Delphi
TFDMongoPipeline = class (TFDMongoCustomDataSet)
C++
class PASCALIMPLEMENTATION TFDMongoPipeline : public TFDMongoCustomDataSet
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp |
FireDAC.Phys.MongoDBDataSet | FireDAC.Phys.MongoDBDataSet |
Description
Used to execute a MongoDB pipeline.
You can specify the pipeline in one of the following ways:
- Using the PProject, PMatch, PRedact, PGroup, and PSort properties at design-time or run-time.
- Using Pipeline Builder provided by the Pipeline property at run-time.
To execute a pipeline, specify the Connection, DatabaseName, and CollectionName properties.