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

◆ OnClearCalled()

void System.Xml.XmlDataDocument.OnClearCalled ( object oDataSet,
DataTable table )
inlinepackage

Definition at line 1051 of file XmlDataDocument.cs.

1052 {
1053 throw new NotSupportedException(System.SR.DataDom_NotSupport_Clear);
1054 }
static string DataDom_NotSupport_Clear
Definition SR.cs:716
Definition SR.cs:7

References System.SR.DataDom_NotSupport_Clear.

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