PFRelation_BaseObjectParentType, ChildTypeGet Method |
Name | Description | |
---|---|---|
Get(Guid) |
Gets an object by its GUID.
| |
Get(PFQuery) |
Gets children objects by a given query.
Note: the query cannot contain any group or aggregation. | |
Get(PFQueryFilter) |
Gets objects using multiple filters (separated by an AND operator).
| |
Get(String, Object) |
Gets all objects with a specific value.
| |
Get(PFQueryFilter, PFQueryOrder) |
Gets objects using a given filter and a given order.
| |
Get(String, PFQueryFilterOperator, Object) |
Gets all objects with a specific value.
| |
Get(String, Object, String) |
Gets all objects with a specific value, ordered by a given column.
| |
Get(String, PFQueryFilterOperator, Object, String) |
Gets all objects with a specific value, ordered by a given column.
| |
Get(String, Object, String, Boolean) |
Gets all objects with a specific value, ordered by a given column.
| |
Get(String, PFQueryFilterOperator, Object, String, Boolean) |
Gets all objects with a specific value, ordered by a given column.
|