From faeb978e15b74107a3050a521ce474b2322333c3 Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Thu, 10 Feb 2022 23:55:30 +0100 Subject: [PATCH] changed discussions --- content/BCBestPractices/Performance/DeleteAll/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/BCBestPractices/Performance/DeleteAll/index.md b/content/BCBestPractices/Performance/DeleteAll/index.md index 3646b4b1..bf159354 100644 --- a/content/BCBestPractices/Performance/DeleteAll/index.md +++ b/content/BCBestPractices/Performance/DeleteAll/index.md @@ -25,7 +25,9 @@ Therefore it's good practice to always check if the table is empty when performi EmptyTableWLD.DeleteAll(true); ``` -## [Discussions](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices?discussions_q=DeleteAll+category%3A%22BC+Best+Practices%22) +## Discussions + +You can discuss the guideline [here](https://github.com/microsoft/alguidelines/discussions/107) You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).