XPathFilterBuilderCreateDereferenceFilter Method (String, IXPathQueryObject, String) |
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic static string CreateDereferenceFilter(
string searchObjectType,
IXPathQueryObject query,
string referenceAttributeName
)
Public Shared Function CreateDereferenceFilter (
searchObjectType As String,
query As IXPathQueryObject,
referenceAttributeName As String
) As String
public:
static String^ CreateDereferenceFilter(
String^ searchObjectType,
IXPathQueryObject^ query,
String^ referenceAttributeName
)
Parameters
- searchObjectType
- Type: SystemString
The type of object to query - query
- Type: Lithnet.ResourceManagement.ClientIXPathQueryObject
The IXPathQueryObject that contains the query logic to use in the expression - referenceAttributeName
- Type: SystemString
The name of the attribute used to dereference the expression
Return Value
Type:
StringAn XPath query string
See Also