NDepend.API Documentation
IQueryExecutionResult Interface Properties

NDepend.CodeQuery Namespace : IQueryExecutionResult Interface

For a list of all members of this type, see IQueryExecutionResult members.

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
See Also

Reference

IQueryExecutionResult Interface
NDepend.CodeQuery Namespace