public enum QueryPersistenceKind : System.Enum
public enum QueryPersistenceKind : System.Enum
Member | Description |
---|---|
Default | The default value is PersistOnlyQueryId. |
PersistAllQueriesAsPlainText | Persist query plain text, no matter if it corresponds to a default query or not. |
PersistOnlyQueryIdForUntouchedQueries | Persist only a query Id and retrieve the default query text for this Id at load time. |
System.Object
System.ValueType
System.Enum
NDepend.CodeQuery.QueryPersistenceKind
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed