pdougherty
is pulled out of the data table. The first
method at the end of the filter chain evaluates the filter and returns the first row that meets the filter's criteria.pdougherty
. This is done using the ne
method instead of the eq
method used in the previous example. The rows
method at the end of the filter chain evaluates the filter and returns all rows that meets the filter's criteria.jkratz
but only if the variable jamieOnly
is true
.where
method. This method starts a filter chain over again.calc
function. Use this boolean method with a delegate to determine whether a given row should be included in the filter.mchermela
.Sales
by Product
.FullName
.orderBy
defaults to ascending order. To sort descending, set the second parameter to true
.top
method.