Typed DataSet enumerations

  • Thread starter Thread starter Chuck Bowling
  • Start date Start date
C

Chuck Bowling

I'm creating a highlighting text control and I want to implement
highlighting using a typed dataset.

My question is; is it possible to map Color enumerations directly to XML so
that I don't have to do any translations when I access the Color in the data
table?
 
Hi
you can set that in the schema of your dataset and enforce schema on the
set .
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top