Method WithLazyLoading(bool)

Assembly: redb.Core.dll

Enable/disable lazy loading of Props for this query.
Overrides global EnableLazyLoadingForProps configuration setting.
With lazy loading: Props loaded in BULK for ALL objects via LoadPropsForManyAsync after ToListAsync.
Without lazy loading: Props loaded immediately via get_object_json (legacy behavior).

public virtual IRedbQueryable<TProps> WithLazyLoading(bool enabled = true)