IncludeSpecification Class

Definition

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