IVsDataMappedObjectSelector.SelectMappedObjects Method
Include Protected Members
Include Inherited Members
Retrieves a list of mapped data objects.
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 | |
---|---|---|
SelectMappedObjects<T>() | Retrieves a list of mapped data objects from the object store. | |
SelectMappedObjects<T>(array<Object[]) | Retrieves a list of mapped data objects, filtered by the specified restrictions. | |
SelectMappedObjects<T>(String) | Retrieves a list of mapped data objects of the specified type. | |
SelectMappedObjects<T>(array<Object[], Boolean) | Retrieves a list of mapped data objects filtered by the specified restrictions. | |
SelectMappedObjects<T>(String, array<Object[]) | Retrieves a list of mapped data objects for the specified type name, filtered by the specified restrictions. | |
SelectMappedObjects<T>(String, array<Object[], Boolean) | Retrieves a list of mapped data objects for the specified type name, filtered by the specified restrictions. |
Top