QueryDbAttribute
Change the default querying behaviour of filter properties in AutoQuery APIs
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class QueryDbAttribute : AttributeBase, _Attribute
Properties
DefaultTerm
View Source
Declaration
public QueryTerm DefaultTerm { get; set; }
Implements
System.Runtime.InteropServices._Attribute