Share via


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

Top

See Also

Reference

IVsDataMappedObjectSelector Interface

Microsoft.VisualStudio.Data.Services Namespace