M
M Hyde
What is the difference between adding a primary
key/unique constraint to a DataTable object using the
Constraint.Add method vs. using the PrimaryKey property
of the DataTable or Unique property of the DataColumn? Is
it redundant to use both? If so which method is
preferable?
key/unique constraint to a DataTable object using the
Constraint.Add method vs. using the PrimaryKey property
of the DataTable or Unique property of the DataColumn? Is
it redundant to use both? If so which method is
preferable?