RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

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
C E140_DistinctByRedb redb.Examples.Examples
C E176_TreeDistinctBy redb.Examples.Examples
C E177_TreeDistinctByRedb redb.Examples.Examples
C E180_TreeDistinctByOrderBy redb.Examples.Examples
I IRedbQueryable<TProps> redb.Core.Query
M DistinctBy<TKey>(Expression<Func<TProps, TKey>>) DISTINCT ON (field) - one object per unique Props field value.
M DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) DISTINCT ON (base_field) - one object per unique IRedbObject base field value.
C QueryContext<TProps> redb.Core.Query
P DistinctByField Field for DISTINCT ON (field) - one object per each unique field value
P DistinctByIsBaseField true = DistinctByField is a base IRedbObject field
C RedbQueryable<TProps> redb.Core.Query
M DistinctBy<TKey>(Expression<Func<TProps, TKey>>) DISTINCT ON (field) - one object per unique Props field value.
M DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) DISTINCT ON (base_field) - one object per unique IRedbObject base field value.
C TreeQueryableBase<TProps> redb.Core.Query.Base
M DistinctBy<TKey>(Expression<Func<TProps, TKey>>) DISTINCT ON (field) - one object per unique Props field value.
M DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) DISTINCT ON (base_field) - one object per unique IRedbObject base field value.