Share via


EntityQueryModelVisitorDependencies.QueryModelGenerator Property

Definition

Gets the Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator to be used when processing a query.

public Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator QueryModelGenerator { get; }
member this.QueryModelGenerator : Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator
Public ReadOnly Property QueryModelGenerator As IQueryModelGenerator

Property Value

Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator

Applies to