G
Guest
I need a bit of clarification about keys in a .NET Framework Dataset. Keys are defined at the Dataset Level, not just within a DataTable within the DataSet. I guess that this means that keys need to be unique within the Dataset. I assume that this means that I can't have 2 keys in the same Dataset with the same name
I assume that within a single Dataset you can have 2 tables that each have a primary key with the same name, and that the keys will actually be the same. However, the uniqueness of data is determined at the level of the individual table, so that each table can have a primary key with the same value even though the primary keys are the same
Do I have this correct
Michael
I assume that within a single Dataset you can have 2 tables that each have a primary key with the same name, and that the keys will actually be the same. However, the uniqueness of data is determined at the level of the individual table, so that each table can have a primary key with the same value even though the primary keys are the same
Do I have this correct
Michael