IEntityWithId<TEntity>.AsQueryable 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 queryable returning this entity object.
public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<TEntity> AsQueryable ();
abstract member AsQueryable : unit -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<'Entity>
Public Function AsQueryable () As IAsyncQueryable(Of TEntity)
Returns
A queryable.