QueryableExtensionMethods.CountColumn Method |
Name | Description | |
---|---|---|
![]() ![]() | CountColumn<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the number of values in the set specified by selector which is 1 column wide.
|
![]() ![]() | CountColumn<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the number of distinct values in the set specified by selector which is 1 column wide
|