T
Tim Smith
Hi,
I have a test driver that is in my remoting service project and I am
able to use the following code to reference a particular field:
myDataSet.MYTABLE[0][myDataSet.MYTABLE.PERSON_IDColumn] = 5;
This is great because if my dataset column ever changes I will know
about it on compile.
However when I have another project, which references that project and
gets the dataset back and attempts the same code I get the message:
column inaccessible due to its protection level
It would be a tragedy (travesty?) to lose compile time checking - any
ideas on how I can get access to the datacolumn id by name?
thanks
Tim
I have a test driver that is in my remoting service project and I am
able to use the following code to reference a particular field:
myDataSet.MYTABLE[0][myDataSet.MYTABLE.PERSON_IDColumn] = 5;
This is great because if my dataset column ever changes I will know
about it on compile.
However when I have another project, which references that project and
gets the dataset back and attempts the same code I get the message:
column inaccessible due to its protection level
It would be a tragedy (travesty?) to lose compile time checking - any
ideas on how I can get access to the datacolumn id by name?
thanks
Tim