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