hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
JoinColumn
hunt
database
base
Annotations
Undocumented in source.
struct
JoinColumn {
string
name
;
string
referencedColumnName
;
bool
nullable
;
}
Members
Variables
name
string
name
;
Undocumented in source.
nullable
bool
nullable
;
Undocumented in source.
referencedColumnName
string
referencedColumnName
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
Annotations
aliases
Ignore
structs
Column
InverseJoinColumn
JoinColumn
JoinTable
Table
Transient