6 references to XmlBoundElement
System.Data.Common (6)
System\Xml\XmlDataDocument.cs (6)
366return new XmlBoundElement(prefix, localName, namespaceURI, this); 391return new XmlBoundElement(prefix, localName, namespaceURI, this); 480docelem = new XmlBoundElement(string.Empty, docElemName, DataSet.Namespace ?? string.Empty, this); 710newNode = new XmlBoundElement(string.Empty, col.EncodedColumnName, col.Namespace, this); 1375XmlBoundElement rowElement = new XmlBoundElement(string.Empty, table.EncodedTableName, table.Namespace, this); 1572var newElem = new XmlBoundElement(string.Empty, col.EncodedColumnName, col.Namespace, this);