System\Xml\XmlDataDocument.cs (6)
354return new XmlBoundElement(prefix, localName, namespaceURI, this);
379return new XmlBoundElement(prefix, localName, namespaceURI, this);
467docelem = new XmlBoundElement(string.Empty, docElemName, DataSet.Namespace ?? string.Empty, this);
689newNode = new XmlBoundElement(string.Empty, col.EncodedColumnName, col.Namespace, this);
1360XmlBoundElement rowElement = new XmlBoundElement(string.Empty, table.EncodedTableName, table.Namespace, this);
1555var newElem = new XmlBoundElement(string.Empty, col.EncodedColumnName, col.Namespace, this);