Click or drag to resize

QueryableExtensionMethods.CountColumn Method

Overload List
  NameDescription
Public methodStatic memberCountColumn<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>)
returns the number of values in the set specified by selector which is 1 column wide.
Public methodStatic memberCountColumn<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
Top
See Also