AttributeList2.AttributeList2

Undocumented in source.
  1. enum AttributeList2;
  2. enum AttributeList2;
  3. enum AttributeList2;
    template AttributeList2(T, string prefix = "", string asPrefix = "", bool ignorePK = false, fields...)
    static if(!(fields.length == 0))
    static if(!(ignorePK && isPK!(T, fields[0]) || hasUDA!(IgnoreAttribute, mixin ("T." ~ fields[0]))))
    enum AttributeList2 = [Column(prefix ~ attrName, asPrefix ~ attrName)] ~ AttributeList2!(T, prefix, asPrefix, ignorePK, fields[1..$]);

Meta