XMLNameIsXPath Property
Specifies whether the XMLName property contains an XPath expression. Read/write at design time and run time.
XMLTable.XMLNameIsXPath = [lValue]
Property Value/Return Value
lValue
Logical data type. The following table lists values for lValue.lValue
Description
False (.F.)
(Default) The XMLName property does not contain an XPath expressions.
True (.T.)
The XMLName property contains an XPath expression.
Remarks
Applies to: XMLAdapter Class | XMLTable Class | XMLField Class
If you change the property from True (.T.) to False (.F.), you may get an error if the value of the XMLName Property contains white-space characters.
For more information about XPath expressions, see the XPath Reference in the Microsoft Core XML Services 4.0 (MSXML4) SDK in the MSDN library at https://msdn.microsoft.com/library.