Table of Contents

Property Callable

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

Callable

Gets the method the query was executed from, without the file or line.

public string Callable { get; }

Property Value

string

Remarks

May be a compiler-generated name such as Program.<<Main>$>b__0_3. That is not worth showing a reader on its own, which is why FilePath and Line are the useful pair, but it is kept because it is the only thing available when there are no symbols.