AttributeList2.mType

Undocumented in source.
template AttributeList2(T, string prefix = "", string asPrefix = "", bool ignorePK = false, bool insert = false, fields...)
static if(!(fields.length == 0))
static if(!(ignorePK && isPK!(T, fields[0])))
static if(ShouldRecurse!(mixin ("T." ~ fields[0])))
alias mType = typeof(mixin ("T." ~ fields[0]))

Meta