Share via


EntityMaterializerSourceParameters.QueryTrackingBehavior Property

Definition

The query tracking behavior, or null if this materialization is not from a query.

public Microsoft.EntityFrameworkCore.QueryTrackingBehavior? QueryTrackingBehavior { get; init; }
member this.QueryTrackingBehavior : Nullable<Microsoft.EntityFrameworkCore.QueryTrackingBehavior> with get, set
Public Property QueryTrackingBehavior As Nullable(Of QueryTrackingBehavior)

Property Value

Applies to