G
Guest
Why would you be able to (or want to), create a DataRelation without a
constraint? The DataRelation constructor takes a parent and child column
array to create the association, I assume (maybe incorrectly) that the child
column array would serve as the Foriegn Key. However, you need to set the
last parameter to TRUE to create the constraint in the child table. When
would you create a DataRelation without a FK constraint?
In SQL Server, can you create a DataRelation without a constraint?
constraint? The DataRelation constructor takes a parent and child column
array to create the association, I assume (maybe incorrectly) that the child
column array would serve as the Foriegn Key. However, you need to set the
last parameter to TRUE to create the constraint in the child table. When
would you create a DataRelation without a FK constraint?
In SQL Server, can you create a DataRelation without a constraint?