IAutoQueryOptions
Assembly: ServiceStack.Server.dll
View Source
Declaration
public interface IAutoQueryOptions
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; }
EnableSqlFilters
View Source
Declaration
bool EnableSqlFilters { get; set; }
OrderByPrimaryKeyOnLimitQuery
View Source
Declaration
bool OrderByPrimaryKeyOnLimitQuery { get; set; }
IgnoreProperties
View Source
Declaration
HashSet<string> IgnoreProperties { get; set; }
IllegalSqlFragmentTokens
View Source
Declaration
HashSet<string> IllegalSqlFragmentTokens { get; set; }
StartsWithConventions
View Source
Declaration
Dictionary<string, QueryDbFieldAttribute> StartsWithConventions { get; set; }
EndsWithConventions
View Source
Declaration
Dictionary<string, QueryDbFieldAttribute> EndsWithConventions { get; set; }