Table of Contents

Class QueryDebugInfo

Namespace
Dynamicweb.Indexing.Querying
Assembly
Dynamicweb.Core.dll
public class QueryDebugInfo
Inheritance
QueryDebugInfo
Inherited Members

Properties

Exceptions

public IEnumerable<Exception> Exceptions { get; set; }

Property Value

IEnumerable<Exception>

ExecutionTime

public TimeSpan ExecutionTime { get; set; }

Property Value

TimeSpan

QueryText

public string QueryText { get; set; }

Property Value

string
To top