Click or drag to resize

INonAggregateExpressionBuilderRegex Method

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