Click or drag to resize

INonAggregateExpressionBuilderSameTerm Method

Overload List
  NameDescription
Public methodSameTerm(String, String)
Creates a call of the SAMETERM function with two variable parameters.
Public methodSameTerm(String, SparqlExpression)
Creates a call of the SAMETERM function with variable and expression parameters.
Public methodSameTerm(SparqlExpression, String)
Creates a call of the SAMETERM function with expression and variable parameters.
Public methodSameTerm(SparqlExpression, SparqlExpression)
Creates a call of the SAMETERM function with two expression parameters.
Top
See Also