L
lucius
I would like to make a subclass of System.Data.DataTable with this
method pseudocode:
" for each DataColumn, change the ColumnMapping to
MappingType.Attribute "
However, I am not sure where I should put this kind of logic so it is
only executed once. The DataTable may be populated from a DataAdapter
fill, manually with NewRow(), or manually with Rows.Add( new
object[].. )
Should it occur when the DataTable's data is first "read" by another
instance?
Thanks.
method pseudocode:
" for each DataColumn, change the ColumnMapping to
MappingType.Attribute "
However, I am not sure where I should put this kind of logic so it is
only executed once. The DataTable may be populated from a DataAdapter
fill, manually with NewRow(), or manually with Rows.Add( new
object[].. )
Should it occur when the DataTable's data is first "read" by another
instance?
Thanks.