Class PlanCollection
public record PlanCollection : IEquatable<PlanCollection>
- Inheritance
-
PlanCollection
- Implements
- Inherited Members
Properties
Diagnostics
public IReadOnlyList<Diagnostic> Diagnostics { get; init; }
Property Value
Plans
public List<ExecutionPlan> Plans { get; init; }
Property Value
Success
public bool Success { get; }