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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed