Normalize cr/lf/tab
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
namespace Umbraco.Web.Models.TemplateQuery
|
||||
{
|
||||
|
||||
|
||||
public class QueryResultModel
|
||||
{
|
||||
|
||||
|
||||
public string QueryExpression { get; set; }
|
||||
public IEnumerable<TemplateQueryResult> SampleResults { get; set; }
|
||||
public int ResultCount { get; set; }
|
||||
public double ExecutionTime { get; set; }
|
||||
public int Take { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user