XPathFilterBuilderCreateDereferenceFilter Method (String, String, Object, 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,
string searchAttributeName,
Object searchAttributeValue,
string referenceAttributeName
)
Public Shared Function CreateDereferenceFilter (
searchObjectType As String,
searchAttributeName As String,
searchAttributeValue As Object,
referenceAttributeName As String
) As String
public:
static String^ CreateDereferenceFilter(
String^ searchObjectType,
String^ searchAttributeName,
Object^ searchAttributeValue,
String^ referenceAttributeName
)
Parameters
- searchObjectType
- Type: SystemString
The object type to query - searchAttributeName
- Type: SystemString
The name of the attribute to query - searchAttributeValue
- Type: SystemObject
The value of the attribute to query - referenceAttributeName
- Type: SystemString
The name of the attribute to dereference
Return Value
Type:
StringAn XPath query string
See Also