IQueryByRelationshipDataProvider2.CreateQueryDataSourceEx Method
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.
Creates a data producer based on a query.
public Microsoft.VisualStudio.ProjectSystem.Query.Providers.IQueryByRelationshipDataProducer CreateQueryDataSourceEx (Microsoft.VisualStudio.ProjectSystem.Query.Providers.IAsyncQueryDefinition queryDefinition);
abstract member CreateQueryDataSourceEx : Microsoft.VisualStudio.ProjectSystem.Query.Providers.IAsyncQueryDefinition -> Microsoft.VisualStudio.ProjectSystem.Query.Providers.IQueryByRelationshipDataProducer
Public Function CreateQueryDataSourceEx (queryDefinition As IAsyncQueryDefinition) As IQueryByRelationshipDataProducer
Parameters
- queryDefinition
- IAsyncQueryDefinition
A query to be executed.
Returns
A data producer to be used to execute the query.