|
-
August 29th, 2008, 06:24 AM
#1
How to change the MappingType of a column when using the DataSetDesigner?
I am trying to use the DataSet Designer to create a DataSet for my application.
In the Designer.cs file that was created by the designer, I see that the MappingType of all columns of the DataTables is MappingType.Element.
How do I change the MappingType to be of type MappingType.Attribute?
It is important to me, because later I want to save the DataSet into an Xml file, and I want the columns to be represented as attributes.
Also, is it possible to define a column not to appear in the Xml file?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|