DbLimitExpression.WithTies Property

 

Gets whether the limit operation will include tied results, which could produce more results than specifed by the Limit value if ties are present.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public bool WithTies { get; }

Property Value

Type: System.Boolean