FireDAC.Phys.MongoDBDataSet.TFDMongoPipeline

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSetFireDAC.Comp.Client.TFDCustomMemTableFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentTFDMongoPipeline

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:

To execute a pipeline, specify the Connection, DatabaseName, and CollectionName properties.

See Also