PFRelation_ItemRelationGet Method |
Name | Description | |
---|---|---|
Get(Guid) |
Gets an object by its GUID.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(PFQuery) |
Gets children objects by a given query.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)Note: the query cannot contain any group or aggregation. | |
Get(PFQueryFilter) |
Gets objects using multiple filters (separated by an AND operator).
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(String, Object) |
Gets all objects with a specific value.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(PFQueryFilter, PFQueryOrder) |
Gets objects using a given filter and a given order.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(String, PFQueryFilterOperator, Object) |
Gets all objects with a specific value.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(String, Object, String) |
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(String, PFQueryFilterOperator, Object, String) |
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(String, Object, String, Boolean) |
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
Get(PFQuery, String, Guid, PFItemRelationDirection) |
Gets the relations with multiple properties:
-following a query, -with a specific name, -with a specific modeling GUID (optional), -following the specified direction(s) (optional). | |
Get(String, PFQueryFilterOperator, Object, String, Boolean) |
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) |