Click or drag to resize

INonAggregateExpressionBuilderLangMatches Method

Overload List
  NameDescription
Public methodLangMatches(LiteralExpression, String)
Creates a call to the LANGMATCHES function.
Public methodLangMatches(LiteralExpression, LiteralExpression)
Creates a call to the LANGMATCHES function.
Public methodLangMatches(LiteralExpression, VariableExpression)
Creates a call to the LANGMATCHES function.
Public methodLangMatches(VariableExpression, String)
Creates a call to the LANGMATCHES function.
Public methodLangMatches(VariableExpression, LiteralExpression)
Creates a call to the LANGMATCHES function.
Public methodLangMatches(VariableExpression, VariableExpression)
Creates a call to the LANGMATCHES function.
Top
See Also