FireDAC.Phys.MongoDBWrapper.TMongoPipeline Types
InheritedProtected
| TExpression | public | MongoDB expression to define a group stage, a match stage or a redact stage of a pipeline. |
| TGetCursor | public | Anonymous method that receives a pipeline and returns the corresponding cursor. |
| TInlineOperation | protected | Base class for pipeline operations that can be described a basic JSON type, such as a number or a string. |
| TLimit | protected | Implements the pipeline Limit stage. |
| TOperation | protected | Represents a base class for pipeline stage and operation classes. |
| TOperationClass | public | Class reference of TOperation. |
| TOptions | public | Implements pipeline options. |
| TOut | protected | Implements the pipeline Out stage. |
| TProjection | public | Implements the pipeline Projection stage. |
| TSkip | protected | Implements the pipeline Skip stage. |
| TSort | public | Implements the pipeline Sort stage. |
| TUnwind | protected | Implements the pipeline Unwind stage. |