ForeignKeyColumnCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a ForeignKeyColumn object to the foreign key column collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(ForeignKeyColumn) | Adds a ForeignKeyColumn object to the foreign key column collection. | |
Add(ForeignKeyColumn, Int32) | Adds a ForeignKeyColumn object at a specified index position in the foreign key column collection. | |
Add(ForeignKeyColumn, String) | Adds a ForeignKeyColumn object to the position after a specified, existing ForeignKeyColumn object in the foreign key column collection. |
Top