Share via


IEntityType.GetExecutable Method

Definition

Creates a new execution object.

public Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable GetExecutable (Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable queryable, System.Collections.Immutable.ImmutableQueue<Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep> steps, bool isUpdate);
abstract member GetExecutable : Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable * System.Collections.Immutable.ImmutableQueue<Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep> * bool -> Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable
Public Function GetExecutable (queryable As AsyncQueryable, steps As ImmutableQueue(Of ExecutableStep), isUpdate As Boolean) As AsyncExecutable

Parameters

queryable
Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable

Where the execution will apply to.

steps
ImmutableQueue<Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep>
isUpdate
Boolean

Whether it is an update operation.

Returns

Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable

A new strong type executable object.

Applies to