Click or drag to resize

SparqlExpression.In Method

Creates a call to the IN function.

Namespace:  VDS.RDF.Query.Builder.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BooleanExpression In(
	params SparqlExpression[] expressions
)

Parameters

expressions
Type:VDS.RDF.Query.Builder.Expressions.SparqlExpression[]
the list of SPARQL expressions.

Return Value

Type: BooleanExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.Expressions.SparqlExpression.In(VDS.RDF.Query.Builder.Expressions.SparqlExpression[])"]

See Also