Share via


EntityValueWithId<TEntity,TPropertiesAvailableStatus>.SelfQuery Property

Definition

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>

Applies to