Skip to main content

AutoQueryInfo

Assembly: ServiceStack.Client.dll​
View Source​
Declaration
[Exclude(Feature.Soap)]
public class AutoQueryInfo : IMeta

Properties​

MaxLimit​

View Source​
Declaration
public int? MaxLimit { get; set; }

UntypedQueries​

View Source​
Declaration
public bool? UntypedQueries { get; set; }

RawSqlFilters​

View Source​
Declaration
public bool? RawSqlFilters { get; set; }

AutoQueryViewer​

View Source​
Declaration
public bool? AutoQueryViewer { get; set; }

Async​

View Source​
Declaration
public bool? Async { get; set; }

OrderByPrimaryKey​

View Source​
Declaration
public bool? OrderByPrimaryKey { get; set; }

CrudEvents​

View Source​
Declaration
public bool? CrudEvents { get; set; }

CrudEventsServices​

View Source​
Declaration
public bool? CrudEventsServices { get; set; }

AccessRole​

View Source​
Declaration
public string AccessRole { get; set; }

NamedConnection​

View Source​
Declaration
public string NamedConnection { get; set; }

ViewerConventions​

View Source​
Declaration
public List<AutoQueryConvention> ViewerConventions { get; set; }

Meta​

View Source​
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements​