Retrieves an object of the
class by the specified object ID from the specified object store. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in
for the
parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the
parameter.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
FetchInstance (IObjectStore, Id, PropertyFilter) | Retrieves an object of the class by the specified object ID from the specified object store. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in for the parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the parameter. |
![]() ![]() |
FetchInstance (IObjectStore, String, PropertyFilter) | Retrieves an object of the class as specified by a path and an object store. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in for the parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the parameter. |