Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.DataSetMapper Class Referencesealed

Package Functions

 DataSetMapper ()
 
void SetupMapping (XmlDataDocument xd, DataSet ds)
 
bool IsMapped ()
 
DataTable SearchMatchingTableSchema (string localName, string namespaceURI)
 
DataTable SearchMatchingTableSchema (XmlBoundElement rowElem, XmlBoundElement elem)
 
DataColumn GetColumnSchemaForNode (XmlBoundElement rowElem, XmlNode node)
 
DataTable GetTableSchemaForElement (XmlBoundElement be)
 
DataRow GetRowFromElement (XmlElement e)
 
DataRow GetRowFromElement (XmlBoundElement be)
 
bool GetRegion (XmlNode node, [NotNullWhen(true)] out XmlBoundElement rowElem)
 
bool IsRegionRadical (XmlBoundElement rowElem)
 

Static Package Functions

static bool IsNotMapped (DataColumn c)
 

Private Member Functions

void AddTableSchema (DataTable table)
 
void AddColumnSchema (DataColumn col)
 
bool IsNextColumn (DataColumnCollection columns, ref int iColumn, DataColumn col)
 

Static Private Member Functions

static object GetIdentity (string localName, string namespaceURI)
 

Private Attributes

Hashtable _tableSchemaMap
 
Hashtable _columnSchemaMap
 
XmlDataDocument _doc
 
DataSet _dataSet
 

Detailed Description

Definition at line 7 of file DataSetMapper.cs.


The documentation for this class was generated from the following file: