Method LoadEagerAsync<TProps>(long, int)

Assembly: redb.MSSql.Pro.dll

Pro: EAGER loading via PVT (consistent with Query/TreeQuery).
OpenSource uses get_object_json, Pro uses PVT for correct array handling.

protected override Task<RedbObject<TProps>?> LoadEagerAsync<TProps>(long objectId, int depth) where TProps : class, new()