2 references to Value
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (2)
55
return xnt == XPathNodeType.Element || xnt == XPathNodeType.Root ? _curNode.InnerText : _curNode.
Value
!;
78
return _temp.MoveToAttribute(localName, namespaceURI) ? _temp.
Value
! : string.Empty;