ezdb v0.5.0 (2020-06-18T10:34:30Z)
Dub
Repo
GetForeignEntity
ezdb
foreign
Gets the type of entity the foreign key points to.
template
GetForeignEntity (
alias
symbol
) {
alias
GetForeignEntity
=
GetForeignEntityOfUDA
!(
getUDAs
!(
symbol
,
foreign
))
;
}
Members
Aliases
GetForeignEntity
alias
GetForeignEntity
=
GetForeignEntityOfUDA
!(
getUDAs
!(
symbol
,
foreign
))
Undocumented in source.
Meta
Source
See Implementation
ezdb
foreign
structs
foreign
templates
GetForeignEntity
IsForeign
Gets the type of entity the foreign key points to.