Skip to main content

QueryDataAttribute

Change the default querying behaviour of filter properties in AutoQuery Data APIs

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class QueryDataAttribute : AttributeBase, _Attribute

Properties​

DefaultTerm​

View Source​
Declaration
public QueryTerm DefaultTerm { get; set; }

Implements​

  • System.Runtime.InteropServices._Attribute