QueryTransform.CreateQueryPropertyExpression method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function CreateQueryPropertyExpression ( _
propertyName As String, _
expression As String, _
inputParameters As Dictionary(Of String, Type) _
) As QueryPropertyExpression
'Usage
Dim instance As QueryTransform
Dim propertyName As String
Dim expression As String
Dim inputParameters As Dictionary(Of String, Type)
Dim returnValue As QueryPropertyExpression
returnValue = instance.CreateQueryPropertyExpression(propertyName, _
expression, inputParameters)
public QueryPropertyExpression CreateQueryPropertyExpression(
string propertyName,
string expression,
Dictionary<string, Type> inputParameters
)
Parameters
- propertyName
Type: System.String
- expression
Type: System.String
- inputParameters
Type: System.Collections.Generic.Dictionary<String, Type>
Return value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpression