Dela via


RelationalQueryCompilationContext.QuerySplittingBehavior Property

Definition

A value indicating the QuerySplittingBehavior configured for the query. If no value has been configured then SingleQuery will be used.

public virtual Microsoft.EntityFrameworkCore.QuerySplittingBehavior? QuerySplittingBehavior { get; }
member this.QuerySplittingBehavior : Nullable<Microsoft.EntityFrameworkCore.QuerySplittingBehavior>
Public Overridable ReadOnly Property QuerySplittingBehavior As Nullable(Of QuerySplittingBehavior)

Property Value

Applies to