Method ValidateSchemaAsync<TProps>(IRedbScheme, bool)

Assembly: redb.Core.dll

Validate schema before synchronization (with contract).

public Task<SchemaValidationResult> ValidateSchemaAsync<TProps>(IRedbScheme scheme, bool strictDeleteExtra = true) where TProps : class