We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af9a2c commit 5167096Copy full SHA for 5167096
src/ProgressOnderwijsUtils/Data/ParameterizedSql.cs
@@ -96,7 +96,6 @@ static bool ValidSubsequentIdentifierChar(char c) //https://learn.microsoft.com/
96
/// </summary>
97
public static ParameterizedSql UnescapedSqlIdentifier(string rawSqlString)
98
{
99
- ArgumentNullException.ThrowIfNull(nameof(rawSqlString));
100
AssertIsIdentifier(rawSqlString, 0);
101
return new StringSqlFragment(rawSqlString).BuildableToQuery();
102
}
0 commit comments