IVsDataMappedObjectSelector Interface

Definition

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[])

Retrieves a list of mapped data objects, filtered by the specified restrictions.

SelectMappedObjects<T>(Object[], Boolean)

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>(String, Object[])

Retrieves a list of mapped data objects for the specified type name, 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.

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.

Applies to