DormColumnNameImpl

Used internally, basically converts the field name to snake case or returns the @columnName value if the field has been annotated with it.

static
template DormColumnNameImpl (
alias field
) {}

Members

Static variables

DormColumnNameImpl
enum DormColumnNameImpl;
Undocumented in source.

Meta