74 if ((
object)
attribute.NamespaceURI !=
"http://www.w3.org/2000/xmlns/")
94 if (hashtable !=
null)
117 return be.Row?.Table;
160 for (
int i = 0; i <
count; i++)
242 if (hashtable ==
null)
DataTableCollection Tables
DataColumnCollection Columns
DataRow GetRowFromElement(XmlBoundElement be)
Hashtable _columnSchemaMap
bool IsRegionRadical(XmlBoundElement rowElem)
static object GetIdentity(string localName, string namespaceURI)
Hashtable _tableSchemaMap
void AddColumnSchema(DataColumn col)
bool GetRegion(XmlNode node, [NotNullWhen(true)] out XmlBoundElement rowElem)
DataRow GetRowFromElement(XmlElement e)
DataColumn GetColumnSchemaForNode(XmlBoundElement rowElem, XmlNode node)
void AddTableSchema(DataTable table)
static bool IsNotMapped(DataColumn c)
DataTable SearchMatchingTableSchema(XmlBoundElement rowElem, XmlBoundElement elem)
DataTable SearchMatchingTableSchema(string localName, string namespaceURI)
DataTable GetTableSchemaForElement(XmlBoundElement be)
void SetupMapping(XmlDataDocument xd, DataSet ds)
bool IsNextColumn(DataColumnCollection columns, ref int iColumn, DataColumn col)
virtual ? XmlNode FirstChild
virtual ? XmlAttributeCollection Attributes