Code Better with C# and XML by Thomas Blotiere

Code Better with C# and XML by Thomas Blotiere

Author:Thomas Blotiere
Language: eng
Format: azw3
Publisher: UNKNOWN
Published: 2016-12-05T08:00:00+00:00


DataTable table2 = ds2.Tables.Add("Info");

table2.Columns.Add("Id", typeof(int));

table2.Columns.Add("Name", typeof(string));

table2.Columns.Add("Author", typeof(string));

table1.Columns[0].ColumnMapping = MappingType.Attribute;

table1.Columns[1].ColumnMapping = MappingType.Attribute;

table2.Columns[0].ColumnMapping = MappingType.Hidden;

DataRelation relationBookInfo = ds2.Relations.Add("rel1", ds2.Tables["Book"].Columns["Id"],

ds2.Tables["Info"].Columns["Id"]);

relationBookInfo.Nested = true;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.