Method SyncSchemeAsync<TProps>()

Assembly: redb.Core.dll

Simplified scheme synchronization method with auto-detection of name and alias.
Scheme name and alias determined from RedbSchemeAttribute.

public Task<IRedbScheme> SyncSchemeAsync<TProps>() where TProps : class