NDepend.API Documentation
IQueryExecutionResult Interface Members
Properties 

NDepend.CodeQuery Namespace : IQueryExecutionResult Interface

The following tables list the members exposed by IQueryExecutionResult.

Public Properties
 NameDescription
 PropertyGets the exception object thrown by the query execution if any, else gets null.  
 Property Gets the query execution duration.  
 Property Gets the query string compiled and then executed to obtain this execution result.  
 PropertyGets a value indicating the status of this query execution result, QueryExecutionStatus.Success, QueryExecutionStatus.Exception if an exception was thrown by the query execution, QueryExecutionStatus.TimeOut if the query execution timed out.  
 PropertyGets the IQueryExecutionSuccessResult object if Status is true, else gets null.  
Top
Extension Methods
 NameDescription
Public Extension MethodExport this queryExecutionResult to a document.
Top
See Also

Reference

IQueryExecutionResult Interface
NDepend.CodeQuery Namespace