dpq v0.11.6 (2022-06-04T09:22:35Z)
Dub
Repo
AttributeList2.AttributeList2
dpq
attributes
AttributeList2
Undocumented in source.
enum
AttributeList2
;
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
=
AttributeList2
!(
T
,
prefix
,
asPrefix
,
ignorePK
,
fields
[
1
..$])
;
enum
AttributeList2
;
Meta
Source
See Source File
dpq
attributes
AttributeList2
aliases
mt
manifest constants
AttributeList2
attrName