Method SyncStructuresFromTypeAsync<TProps>(IRedbScheme, bool)
Synchronize scheme structures from Props type (by default deletes extra fields).
Task<List<IRedbStructure>> SyncStructuresFromTypeAsync<TProps>(IRedbScheme scheme, bool strictDeleteExtra = true) where TProps : class