Field TruncationMarker
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Appended when SQL is truncated, so a shortened statement is never mistaken for a whole one.
public const string TruncationMarker = " /* … truncated by QueryGuard */"
Returns
- string
- Appended when SQL is truncated, so a shortened statement is never mistaken for a whole one.