Skip to main content

IAutoQueryDataOptions

Assembly: ServiceStack.dll
View Source
Declaration
public interface IAutoQueryDataOptions

Properties

MaxLimit

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

IncludeTotal

View Source
Declaration
bool IncludeTotal { get; set; }

EnableUntypedQueries

View Source
Declaration
bool EnableUntypedQueries { get; set; }

OrderByPrimaryKeyOnLimitQuery

View Source
Declaration
bool OrderByPrimaryKeyOnLimitQuery { get; set; }

IgnoreProperties

View Source
Declaration
HashSet<string> IgnoreProperties { get; set; }

StartsWithConventions

View Source
Declaration
Dictionary<string, QueryDataField> StartsWithConventions { get; set; }

EndsWithConventions

View Source
Declaration
Dictionary<string, QueryDataField> EndsWithConventions { get; set; }