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: Distinct
Clear search
E076_Distinct
redb.Examples.Examples
E139_DistinctRedb
redb.Examples.Examples
E140_DistinctByRedb
redb.Examples.Examples
E176_TreeDistinctBy
redb.Examples.Examples
E177_TreeDistinctByRedb
redb.Examples.Examples
E180_TreeDistinctByOrderBy
redb.Examples.Examples
IRedbProjectedQueryable<TResult>
redb.Core.Query
Distinct()
Distinct values.
IRedbQueryable<TProps>
redb.Core.Query
Distinct()
Get distinct values (by all object fields).
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.
DistinctRedb()
DISTINCT by IRedbObject base fields (Name, ValueLong, ParentId, etc.) excluding Id.
ISqlDialect
redb.Core.Query
Query_SearchWithDistinctTemplate()
SQL template for search query with distinct. Params: functionName
MsSqlDialect
redb.MSSql.Sql
Query_SearchWithDistinctTemplate()
SQL template for search query with distinct. Params: functionName
PostgreSqlDialect
redb.Postgres.Sql
Query_SearchWithDistinctTemplate()
SQL template for search query with distinct. Params: functionName
ProFeatureCategory
redb.Core.Exceptions
DistinctQuery
DistinctRedb/DistinctBy queries.
ProQueryProvider
redb.MSSql.Pro.Query
CheckProOnlyDistinctFeatures<TProps>(QueryContext<TProps>)
Pro version supports all Distinct features
ProQueryProvider
redb.Postgres.Pro.Query
CheckProOnlyDistinctFeatures<TProps>(QueryContext<TProps>)
Pro version supports all Distinct features.
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
IsDistinctRedb
DISTINCT by base IRedbObject fields (Name, ValueLong, ParentId, etc.) excluding Id.
QueryProviderBase
redb.Core.Query.Base
CheckProOnlyDistinctFeatures<TProps>(QueryContext<TProps>)
Check for Pro-only Distinct features
RedbProjectedQueryable<TProps, TResult>
redb.Core.Query
Distinct()
Distinct values.
RedbProjectedQueryableTaskExtensions
redb.Core.Query
RedbQueryable<TProps>
redb.Core.Query
Distinct()
Get distinct values (by all object fields).
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.
DistinctRedb()
DISTINCT by IRedbObject base fields (Name, ValueLong, ParentId, etc.) excluding Id.
TreeProjectedQueryable<TProps, TResult>
redb.Core.Query
Distinct()
Distinct values.
TreeQueryableBase<TProps>
redb.Core.Query.Base
Distinct()
Get distinct values (by all object fields).
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.
DistinctRedb()
DISTINCT by IRedbObject base fields (Name, ValueLong, ParentId, etc.) excluding Id.
TreeQueryProviderBase
redb.Core.Query.Base
CheckProOnlyDistinctFeatures<TProps>(QueryContext<TProps>)
Check for Pro-only Distinct features (DistinctBy, DistinctByRedb, DistinctRedb).
TreeQuerySqlResult
redb.MSSql.Pro.Query
TreeQuerySqlResult
redb.Postgres.Pro.Query