ezdb v0.5.0 (2020-06-18T10:34:30Z)
Dub
Repo
IsForeign
ezdb
foreign
true
if the symbol is a foreign key,
false
if it isn't.
template
IsForeign (
alias
symbol
) {
alias
IsForeign
=
hasUDA
!(
symbol
,
foreign
)
;
}
Members
Aliases
IsForeign
alias
IsForeign
=
hasUDA
!(
symbol
,
foreign
)
Undocumented in source.
Meta
Source
See Implementation
ezdb
foreign
structs
foreign
templates
GetForeignEntity
IsForeign
true if the symbol is a foreign key, false if it isn't.