System.Data.ForeignKeyConstraint.ForeignKeyConstraint C# (CSharp) Метод

ForeignKeyConstraint() публичный Метод

Initializes a new instance of the class with the specified parent and child objects.
public ForeignKeyConstraint ( DataColumn parentColumn, DataColumn childColumn ) : System.ComponentModel
parentColumn DataColumn
childColumn DataColumn
Результат System.ComponentModel
        public ForeignKeyConstraint(DataColumn parentColumn, DataColumn childColumn) : this(null, parentColumn, childColumn)
        {
        }

Same methods

ForeignKeyConstraint::ForeignKeyConstraint ( string constraintName, DataColumn parentColumn, DataColumn childColumn ) : System.ComponentModel
ForeignKeyConstraint::ForeignKeyConstraint ( string constraintName, string parentTableName, string parentColumnNames, string childColumnNames, AcceptRejectRule acceptRejectRule, Rule deleteRule, Rule updateRule ) : System.ComponentModel
ForeignKeyConstraint::ForeignKeyConstraint ( string constraintName, string parentTableName, string parentTableNamespace, string parentColumnNames, string childColumnNames, AcceptRejectRule acceptRejectRule, Rule deleteRule, Rule updateRule ) : System.ComponentModel