// The user must include into their class:
using System.Data;
// ==========
// To determine if a column is an XML attribute after
// loading data
// --- after loading data into the dataset
// --- and finding the table needed
mytable.Columns[].ColumnMapping == MappingType.;
----> There are 4 types
Attribute
Element
Hidden
SimpleType
Columns.MappingType Gets or Sets the mapping type for the column.
No comments:
Post a Comment