IncludeSpecification Class
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.
Represents a single query include operation.
public class IncludeSpecification
type IncludeSpecification = class
Public Class IncludeSpecification
- Inheritance
-
IncludeSpecification
Constructors
IncludeSpecification(IQuerySource, IReadOnlyList<INavigation>) |
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.IncludeResultOperator class. |
Properties
IsEnumerableTarget |
Gets or sets a value indicating whether this object is an enumerable target. |
NavigationPath |
Gets the set of navigation properties to be included. |
QuerySource |
Gets the query source. |
Methods
ToString() |
Convert this object into a string representation. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework