API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Search results for: DistinctBy
Clear search
E140_DistinctByRedb
redb.Examples.Examples
E176_TreeDistinctBy
redb.Examples.Examples
E177_TreeDistinctByRedb
redb.Examples.Examples
E180_TreeDistinctByOrderBy
redb.Examples.Examples
IRedbQueryable<TProps>
redb.Core.Query
DistinctBy<TKey>(Expression<Func<TProps, TKey>>)
DISTINCT ON (field) - one object per unique Props field value.
DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
DISTINCT ON (base_field) - one object per unique IRedbObject base field value.
QueryContext<TProps>
redb.Core.Query
DistinctByField
Field for DISTINCT ON (field) - one object per each unique field value
DistinctByIsBaseField
true = DistinctByField is a base IRedbObject field
RedbQueryable<TProps>
redb.Core.Query
DistinctBy<TKey>(Expression<Func<TProps, TKey>>)
DISTINCT ON (field) - one object per unique Props field value.
DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
DISTINCT ON (base_field) - one object per unique IRedbObject base field value.
TreeQueryableBase<TProps>
redb.Core.Query.Base
DistinctBy<TKey>(Expression<Func<TProps, TKey>>)
DISTINCT ON (field) - one object per unique Props field value.
DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
DISTINCT ON (base_field) - one object per unique IRedbObject base field value.