The following tables list the members exposed by IQueryCompiledSuccess.
            
            Public Properties
|   | Name | Description | 
  | CodeBaseOnWhichToExecute | 
            Gets the code base on which the code query has been compiled against.
               | 
  | CompareContextOnWhichToExecute | Gets the NDepend.CodeModel.ICompareContext object on which the code query has been compiled against. Gets null if the code query has been compiled against a code base.   | 
  | KindOfMatch | Gets the kind of code element matched, RecordCellType.Method, RecordCellType.Field, RecordCellType.Property, RecordCellType.Event, RecordCellType.Type, RecordCellType.Namespace, RecordCellType.Assembly, RecordCellType.CodeElement, RecordCellType.CodeElementParent, RecordCellType.CodeContainer, RecordCellType.Member, or RecordCellType.NullableDouble if the result will be a single scalar (IQueryExecutionSuccessResult.IQueryExecutionSuccessResult.IsSingleScalarResult).   | 
  | RelyOn | 
            Gets a value that indicates on which artifacts this query relies on.
               | 
  | RelyOnCodeCoverageData | 
            Gets a value indicating whether this code query relies on the code coverage data.
               | 
  | RelyOnCompareContext | Gets a value indicating whether this code query relies on a NDepend.CodeModel.ICompareContext object.   | 
  | RelyOnIssuesSet | Gets a value indicating whether this code query relies on NDepend.Issue.IIssuesSet.   | 
  | RelyOnIssuesSetDiff | Gets a value indicating whether this code query relies on NDepend.Issue.IIssuesSetDiff.   | 
  | RelyOnJustMyCode | Gets a value indicating whether this code query relies on the JustMyCode set.   | 
  | RelyOnQualityGates | 
            Gets a value indicating whether this code query relies on quality gates.
               | 
Top 
            
            
            
            
            Extension Methods
|   | Name | Description | 
  | ConvertToCQLinq | Convert this code query compiled successfully to a CQLinq query string. This method is useful to convert a query from the CQL syntax to the CQLinq syntax. | 
  | Execute | Overloaded. 
            Execute a code query compiled successfully.
             | 
Top 
            
            
            
            
            See Also