ezdb v0.5.0 (2020-06-18T10:34:30Z)
Dub
Repo
PrimaryKeySymbol
ezdb
entity
Aliases to the symbol that is the primary key of an entity.
template
PrimaryKeySymbol (
Type
) {
alias
PrimaryKeySymbol
=
getSymbolsByUDA
!(
Type
,
primaryKey
)[
0
]
;
}
Members
Aliases
PrimaryKeySymbol
alias
PrimaryKeySymbol
=
getSymbolsByUDA
!(
Type
,
primaryKey
)[
0
]
Undocumented in source.
Meta
Source
See Implementation
ezdb
entity
enums
primaryKey
functions
getPrimaryKey
setPrimaryKey
templates
PrimaryKeySymbol
PrimaryKeyType
Aliases to the symbol that is the primary key of an entity.