public AssertForeignKeyConstraint ( string label, ForeignKeyConstraint fk, string name, AcceptRejectRule acceptRejectRule, Rule delRule, Rule updateRule, string colNames, string relColNames ) : void | ||
label | string | |
fk | ForeignKeyConstraint | |
name | string | |
acceptRejectRule | AcceptRejectRule | |
delRule | Rule | |
updateRule | Rule | |
colNames | string | |
relColNames | string | |
return | void |