Unit 'googledatastore' Package
[Overview][Types][Classes][Index] [#googleapi]

TQuery

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googledatastore.pp line 238

type TQuery = class(TGoogleBaseObject)

protected

  procedure Setlimit(); virtual;

  procedure Setfilter(); virtual;

  procedure SetendCursor(); virtual;

  procedure SetdistinctOn(); virtual;

  procedure Setoffset(); virtual;

  procedure Setprojection(); virtual;

  procedure SetstartCursor(); virtual;

  procedure Setorder(); virtual;

  procedure Setkind(); virtual;

published

  property limit: Integer; [rw]

  property filter: TFilter; [rw]

  property endCursor: string; [rw]

  property distinctOn: TQueryTypedistinctOnArray; [rw]

  property offset: Integer; [rw]

  property projection: TQueryTypeprojectionArray; [rw]

  property startCursor: string; [rw]

  property order: TQueryTypeorderArray; [rw]

  property kind: TQueryTypekindArray; [rw]

end;

Inheritance

TQuery

|

TGoogleBaseObject

|

TObject


Documentation generated on: 2023-03-18