| QueryHelperConvertToQuery Method (XElement) |
Converts xml object into query
Namespace:
Dynamicweb.Indexing.Querying
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static IQuery ConvertToQuery(
XElement obj
)
Public Shared Function ConvertToQuery (
obj As XElement
) As IQuery
Parameters
- obj
- Type: System.Xml.LinqXElement
The object to be converted into query
Return Value
Type:
IQueryQuery instance
See Also