Models a foreign key
Default constructor
public Void ForeignKey()List of columns that conforms the foreign key.
public List<ForeignKeyColumn> Columns { get; set; }Name of the foreign key.
public String Name { get; set; }Referential action to excecute on delete.
public ReferentialAction OnDelete { get; set; }Referential action to excecute on update.
public ReferentialAction OnUpdate { get; set; }Returns a textual representation of the object.
public String ToString()In this document