Table of Contents

Property NormalizedSql

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

NormalizedSql

Gets the normalized and redacted SQL this fingerprint was derived from.

public string NormalizedSql { get; }

Property Value

string

Remarks

Whitespace is collapsed, non-semantic comments are removed, parameter references are replaced by placeholders, and surviving literals are redacted. Tokens are never reordered.