EntityValueWithId<TEntity,TPropertiesAvailableStatus>.SelfQuery 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 a base query to query information under this entity.
protected Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable<TEntity> SelfQuery { get; }
member this.SelfQuery : Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable<'Entity>
Protected ReadOnly Property SelfQuery As AsyncQueryable(Of TEntity)
Property Value
Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable<TEntity>