SchemaZen.Library.Models.ForeignKey.ForeignKey C# (CSharp) Method

ForeignKey() public method

public ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns ) : System
table Table
name string
columns string
refTable Table
refColumns string
return System
		public ForeignKey(Table table, string name, string columns, Table refTable, string refColumns)
			: this(table, name, columns, refTable, refColumns, "", "") { }

Same methods

ForeignKey::ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns, string onUpdate, string onDelete ) : System
ForeignKey::ForeignKey ( string name ) : System