Click or drag to resize

NotInFunction Constructor

Creates a new SPARQL NOT IN function.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Set
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NotInFunction(
	ISparqlExpression expr,
	IEnumerable<ISparqlExpression> set
)

Parameters

expr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Expression.
set
Type: System.Collections.Generic.IEnumerable<ISparqlExpression>
Set.
See Also