V
Vlad
Is there anyway in ado.net to prevent any changes to the dataset tables once
those tables are already populated?
I know you can set the readonly property of each column so that the changes
are prevented once the row is added to the table, but how can I prevent the
addition and deletion of rows from the datatable?
Thanks in advance!
those tables are already populated?
I know you can set the readonly property of each column so that the changes
are prevented once the row is added to the table, but how can I prevent the
addition and deletion of rows from the datatable?
Thanks in advance!