API:FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TLimit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLimit = class sealed(TInlineOperation)

C++

class PASCALIMPLEMENTATION TLimit : /*[[sealed]]*/ public TMongoPipeline::TInlineOperation

Properties

Type Visibility Source Unit Parent
class protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline

Description

Base class for pipeline operations that can be described a basic JSON type, such as a number or a string.

FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TLimit inherits from FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TInlineOperation. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TInlineOperation.

Base class for pipeline operations that can be described a basic JSON type, such as a number or a string.

Subclasses can use SetValue to define the value of the operation.

See Also