FireDAC.Phys.MongoDBWrapper.TMongoQuery.Skip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Skip(const AValue: Integer): TMongoQuery;

C++

TMongoQuery* __fastcall Skip(const int AValue);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoQuery

Description

Specifies where MongoDB begins returning results.

Use the Skip method to control where MongoDB begins returning results. For more information, see MongoDB documentation.

See Also