R
RickN
I have a dataset with a datatable that has an identity column. There are no
relationships.
I'm trying to directly add a datarow to the datatable using existing data
from the database, including a value for the identity column. It won't let
me because it says the indexer is read only.
What can I do to get around this? It doesn't seem to want to allow me to
unset any of the column or table properties to allow for this.
Thanks,
RickN
relationships.
I'm trying to directly add a datarow to the datatable using existing data
from the database, including a value for the identity column. It won't let
me because it says the indexer is read only.
What can I do to get around this? It doesn't seem to want to allow me to
unset any of the column or table properties to allow for this.
Thanks,
RickN