Добавлена настройка генерации деталировки
This commit is contained in:
@@ -13,5 +13,5 @@ public interface IRule
|
||||
int DynamicSqlStartLine { get; set; }
|
||||
|
||||
IEnumerable<Violation> Analyze(TSqlFragment fragment);
|
||||
void SetParents(Dictionary<TSqlFragment, TSqlFragment?> parents);
|
||||
void SetParents(Dictionary<TSqlFragment, TSqlFragment?>? parents);
|
||||
}
|
||||
Reference in New Issue
Block a user