L localhost Dec 15, 2004 #1 What makes a PrimaryKey in a DataTable sometimes removable and other times throw an Exception when the attempt is made? Thanks.
What makes a PrimaryKey in a DataTable sometimes removable and other times throw an Exception when the attempt is made? Thanks.
S Scott M. Dec 15, 2004 #2 If you are autogenerating the field value in the DataTable, you can't remove the value. If you read it in from the data source, you may be able to remove it depending on what information about the original table you brought in.
If you are autogenerating the field value in the DataTable, you can't remove the value. If you read it in from the data source, you may be able to remove it depending on what information about the original table you brought in.