Method EnsureObjectSchemeAsync(string)

Assembly: redb.Core.dll

Get or create scheme for Object type (without Props).
Used for non-generic RedbObject that stores only base _objects fields.
Scheme will have _type = Object (not Class).

Task<IRedbScheme> EnsureObjectSchemeAsync(string name)