Table of Contents

Method Find

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

Find(string?)

Finds the entry for a scope.

public QueryGuardBaselineEntry? Find(string? scope)

Parameters

scope string

The scope name to look up.

Returns

QueryGuardBaselineEntry

The entry, or null when the scope has no baseline yet.