API:FireDAC.Phys.MongoDBWrapper.TMongoQuery.TProjection.Slice

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Slice(const AField: String; ACount: Integer): TProjection; overload;
function Slice(const AField: String; ASkip, ACount: Integer): TProjection; overload;

C++

TMongoQuery::TProjection* __fastcall Slice(const System::UnicodeString AField, int ACount)/* overload */;
TMongoQuery::TProjection* __fastcall Slice(const System::UnicodeString AField, int ASkip, int ACount)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TProjection

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。