Example #1
0
 private bool WarningIsSuppressed(ValidationWarning warning)
 {
     return(_options.IsWarningSuppressed(warning.DbPlatform, warning.DataType.DbType, warning.DataType.Size, warning.DataType.Scale));
 }
Example #2
0
 private bool WarningIsSuppressed(ValidationWarning warning)
 {
     return _options.IsWarningSuppressed(warning.ProviderName, warning.DataType.DbType, warning.DataType.Size, warning.DataType.Scale);
 }