TopRowFilter.WithTies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True is WITH TIES keywords were used. Important: The interpreter has to check there is an order by clause.
public bool WithTies { get; set; }
member this.WithTies : bool with get, set
Public Property WithTies As Boolean