Method ValidateSchemaAsync<TProps>(IRedbScheme, bool)
Validate schema before synchronization (with contract).
public Task<SchemaValidationResult> ValidateSchemaAsync<TProps>(IRedbScheme scheme, bool strictDeleteExtra = true) where TProps : class
Validate schema before synchronization (with contract).
public Task<SchemaValidationResult> ValidateSchemaAsync<TProps>(IRedbScheme scheme, bool strictDeleteExtra = true) where TProps : class