DQueryAttribute.get

Property that returns the value of the attributes. Only defined for attributes that can produce a value.

struct DQueryAttribute(alias Attribute)
@property
static if(isExpression)
alias get = Attribute

Meta