Property ThrowOnObjectNotFound

Assembly: redb.Core.dll

Throw exception if object not found in LoadAsync.
true (default) - throws InvalidOperationException
false - returns null for single object, skips in batch load

public bool ThrowOnObjectNotFound { get; set; }