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: DistinctByRedb Clear search
C E140_DistinctByRedb redb.Examples.Examples
C E177_TreeDistinctByRedb redb.Examples.Examples
I IRedbQueryable<TProps> redb.Core.Query
M DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) DISTINCT ON (base_field) - one object per unique IRedbObject base field value.
C RedbQueryable<TProps> redb.Core.Query
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 DistinctByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) DISTINCT ON (base_field) - one object per unique IRedbObject base field value.