ezdb v0.3.0 (2020-04-07T18:41:42Z)
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.