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

◆ GetXmlSchema()

string System.Data.DataSet.GetXmlSchema ( )
inline

Definition at line 1237 of file DataSet.cs.

1238 {
1239 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataSet.GetXmlSchema|API> {0}", ObjectID);
1240 try
1241 {
1245 new XmlTreeGen(SchemaFormat.Public).Save(this, xmlTextWriter);
1246 return stringWriter.ToString();
1247 }
1248 finally
1249 {
1250 DataCommonEventSource.Log.ExitScope(scopeId);
1251 }
1252 }
static CultureInfo InvariantCulture

References System.Runtime.Serialization.Dictionary, System.Globalization.CultureInfo.InvariantCulture, System.Data.DataCommonEventSource.Log, System.Data.DataSet.ObjectID, and System.Data.XmlTreeGen.Save().