Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGet Method

Overload List
  NameDescription
Public methodGet(Guid)
Gets an object by its GUID.
Public methodGet(PFQuery)
Gets children objects by a given query.

Note: the query cannot contain any group or aggregation.

Public methodGet(PFQueryFilter)
Gets objects using multiple filters (separated by an AND operator).
Public methodGet(String, Object)
Gets all objects with a specific value.
Public methodGet(PFQueryFilter, PFQueryOrder)
Gets objects using a given filter and a given order.
Public methodGet(String, PFQueryFilterOperator, Object)
Gets all objects with a specific value.
Public methodGet(String, Object, String)
Gets all objects with a specific value, ordered by a given column.
Public methodGet(String, PFQueryFilterOperator, Object, String)
Gets all objects with a specific value, ordered by a given column.
Public methodGet(String, Object, String, Boolean)
Gets all objects with a specific value, ordered by a given column.
Public methodGet(String, PFQueryFilterOperator, Object, String, Boolean)
Gets all objects with a specific value, ordered by a given column.
Top
See Also