This commit is contained in:
2020-02-20 22:35:22 +00:00
parent e2c9d38f24
commit 5976bb1967
3 changed files with 28 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
// {
// public static class DataListFilterSpecialToken
// {
// public const string Null = "{[null]}";
// public const string Null = "*NULL*";
// public const string Yesterday = "{[yesterday]}";
// public const string Today = "{[today]}";
// public const string Tomorrow = "{[tomorrow]}";