IEntityType.GetExecutable 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 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<ExecutableStep>
- isUpdate
- Boolean
Whether it is an update operation.
Returns
Microsoft.VisualStudio.ProjectSystem.Query.AsyncExecutable
A new strong type executable object.