DataSet.opDispatch

Undocumented in source.
  1. auto opDispatch [@property getter]
    template opDispatch(string item)
    @property
    opDispatch
    (
    Spec joinType = Spec.none
    )
    ()
    if (
    joinType == Spec.none ||
    isJoin(joinType)
    )
    if (
    isRelation!(T, item)
    )
  2. auto opDispatch [@property getter]
  3. auto opDispatch [@property getter]

Members

Properties

opDispatch
auto opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta