XPathQueryGroupBuildQueryString Method |
Builds the XPath query string, and returns the resulting string
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic string BuildQueryString()
Public Function BuildQueryString As String
public:
virtual String^ BuildQueryString() sealed
Return Value
Type:
StringThe string representation of the query group
Implements
IXPathQueryObjectBuildQueryString
See Also