Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Returns a collection of data objects for the specified type from the object store.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Returns a collection of data objects for the specified type from the object store.
SelectObjects(String, array<Object[])
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
SelectObjects(String, array<Object[], Boolean)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
SelectObjects(String, array<Object[], String)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and filter.
SelectObjects(String, array<Object[], array<String[])
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and properties.
SelectObjects(String, array<Object[], String, String)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and filter, and sorted according to the specified ordering.
SelectObjects(String, array<Object[], array<String[], String)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter.
SelectObjects(String, array<Object[], array<String[], String, String)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter, and sorted according to the specified ordering.
SelectObjects(String, array<Object[], array<String[], String, String, Boolean)
Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter, and sorted according to the specified ordering.
Top