May 2002
Beginner to intermediate
560 pages
11h 36m
English
When inferring a schema for a DataSet from an XML document, after ADO.NET has determined which elements to infer as tables it then determines, from the remaining XML elements and attributes, what columns to infer for those tables. Because data type information is only available with an inline schema, the data type of an inferred column is System.String. The following XML structures will result in table columns.