AttributeList2

Returns a list of Columns for all the given type's serialisable members, with their actual names as they're used in SQL.

template AttributeList2 (
T
string prefix = ""
string asPrefix = ""
bool ignorePK = false
fields...
) {
enum AttributeList2;
enum AttributeList2;
enum attrName;
enum AttributeList2;
}

Parameters

prefix

prefix to use, if any

asPrefix

asPrefix, prefix to use for column's AS names

ignorePK

whether to ignore the PK, useful for inserts and similar

Meta