R
Roshawn
Hi,
Creating a DataRelation among two tables seems to be pretty simple
(according to ADO.NET Core Reference). However, I'm not sure of the best
time to create it. Is it better to create the DataRelation between the
tables after the tables have been filled, or is it better to create
ForeignKeyConstraints when creating the columns of each table?
Roshawn
Creating a DataRelation among two tables seems to be pretty simple
(according to ADO.NET Core Reference). However, I'm not sure of the best
time to create it. Is it better to create the DataRelation between the
tables after the tables have been filled, or is it better to create
ForeignKeyConstraints when creating the columns of each table?
Roshawn