Method Find
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Find(string?)
Finds the entry for a scope.
public QueryGuardBaselineEntry? Find(string? scope)
Parameters
scopestringThe scope name to look up.
Returns
- QueryGuardBaselineEntry
The entry, or null when the scope has no baseline yet.