IVsDataMappedObjectSelector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a selector of mapped objects.
public interface class IVsDataMappedObjectSelector
public interface IVsDataMappedObjectSelector
type IVsDataMappedObjectSelector = interface
Public Interface IVsDataMappedObjectSelector
Methods
SelectMappedObjects<T>() |
Retrieves a list of mapped data objects from the object store. |
SelectMappedObjects<T>(Object[], Boolean) |
Retrieves a list of mapped data objects filtered by the specified restrictions. |
SelectMappedObjects<T>(Object[]) |
Retrieves a list of mapped data objects, filtered by the specified restrictions. |
SelectMappedObjects<T>(String, Object[], Boolean) |
Retrieves a list of mapped data objects for the specified type name, filtered by the specified restrictions. |
SelectMappedObjects<T>(String, Object[]) |
Retrieves a list of mapped data objects for the specified type name, filtered by the specified restrictions. |
SelectMappedObjects<T>(String) |
Retrieves a list of mapped data objects of the specified type. |
SupportsType<T>() |
Indicates whether the mapped object selector can map the relational object type represented by the generic type T to an underlying type. |
SupportsType<T>(String) |
Indicates whether the mapped object selector can map the relational object type represented by the generic type T and the specific type name to an underlying type. |