DQueryAttribute.getOrThrow

Property that returns the value of the attribute if it's an expression, else throws an exception (at runtime) if it's a type.

  1. string getOrThrow [@property setter]
    struct DQueryAttribute(alias Attribute)
    @property static
    getOrThrow
    (
    ExcType = Exception
    )
    (
    string message
    )
  2. string getOrThrow [@property setter]

Meta