IQueryExecutionContext.SourceDataVersions Property
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.
Gets the version set of data sources which produces the query result. Query data provider should retrieve data newer than the version is set here.
public Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions SourceDataVersions { get; }
member this.SourceDataVersions : Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions
Public ReadOnly Property SourceDataVersions As QueryDataVersions