Class AggregateResult

Assembly: redb.Core.dll

Batch aggregation result.

public class AggregateResult

Inheritance

ObjectAggregateResult

Properties

Values

Results by aliases

public Dictionary<string, object?> Values { get; set; }

Methods

Get<T>(string)

Get value by alias

public T? Get<T>(string alias) where T : struct

GetNullable<T>(string)

Get value by alias (nullable)

public T? GetNullable<T>(string alias) where T : struct