Method MaxAsync<TField>(Expression<Func<TProps, TField>>)

Assembly: redb.Core.dll

Maximum field value.

public virtual Task<TField?> MaxAsync<TField>(Expression<Func<TProps, TField>> selector) where TField : struct