QueryDataFieldAttribute
Define to use a custom AutoQuery Data filter
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class QueryDataFieldAttribute : AttributeBase, _Attribute
Properties
Term
View Source
Declaration
public QueryTerm Term { get; set; }
Condition
View Source
Declaration
public string Condition { get; set; }
Field
View Source
Declaration
public string Field { get; set; }
Implements
System.Runtime.InteropServices._Attribute