A
ArunPrakash
Hi,
I have a typed DataSet which has only one table say ActionDetails.
It has a a primary key AccessNo of type string. I would like to add an
indexer which accepts a string for the AccessNo and returns the
corresponding row. Is there a way we can make xsd.exe automatically
do this for us? I have tried specifying the AccessNo as unique key. I
want xsd.exe to do this coz, if i write an indexer, and then do some
changes to the xsd file, the indexer i wrote is getting overwritten.
Any suggestions?
Thanks & Regards,
Arun Prakash. B
I have a typed DataSet which has only one table say ActionDetails.
It has a a primary key AccessNo of type string. I would like to add an
indexer which accepts a string for the AccessNo and returns the
corresponding row. Is there a way we can make xsd.exe automatically
do this for us? I have tried specifying the AccessNo as unique key. I
want xsd.exe to do this coz, if i write an indexer, and then do some
changes to the xsd file, the indexer i wrote is getting overwritten.
Any suggestions?
Thanks & Regards,
Arun Prakash. B