Method Normalize
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Normalize(string?)
Normalizes a command's text.
public string Normalize(string? commandText)
Parameters
Returns
- string
Normalized SQL with the same token order, or an empty string when there was nothing to normalize.