IQueryByRelationshipDataProvider 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 data provider to retrieve data based on known entities (from another provider) and a defined relationship. Such providers must carry both QueryDataProviderAttribute metadata and RelationshipQueryDataProviderAttribute metadata.
public interface IQueryByRelationshipDataProvider
type IQueryByRelationshipDataProvider = interface
Public Interface IQueryByRelationshipDataProvider
- Derived
Methods
CreateQueryDataSource(IPropertiesAvailableStatus) |
Creates a query data source to retrieve all entities related to the parent item. |