Method ValidateSchemaAsync<TProps>(string, bool)

Assembly: redb.Core.dll

Validate schema before synchronization.

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