Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BindToTable()

void System.Xml.XmlDataDocument.BindToTable ( DataTable t)
inlineprivate

Definition at line 319 of file XmlDataDocument.cs.

320 {
328 foreach (DataColumn column in t.Columns)
329 {
331 }
332 }
DataColumnCollection Columns
Definition DataTable.cs:327
void OnRowChanged(object sender, DataRowChangeEventArgs args)
void OnColumnChanged(object sender, DataColumnChangeEventArgs args)
void OnTableColumnsChanging(object oColumnsCollection, CollectionChangeEventArgs args)
void OnColumnPropertyChanging(object oColumn, PropertyChangedEventArgs args)
void OnRowChanging(object sender, DataRowChangeEventArgs args)
void OnTablePropertyChanging(object oTable, PropertyChangedEventArgs args)

References System.Xml.Dictionary, System.Xml.XmlDataDocument.OnColumnChanged(), System.Xml.XmlDataDocument.OnColumnPropertyChanging(), System.Xml.XmlDataDocument.OnRowChanged(), System.Xml.XmlDataDocument.OnRowChanging(), System.Xml.XmlDataDocument.OnTableColumnsChanging(), and System.Xml.XmlDataDocument.OnTablePropertyChanging().

Referenced by System.Xml.XmlDataDocument.BindToDataSet().