Click or drag to resize

ISparqlOperator.Apply Method

Applies the operator to the given inputs.

Namespace:  VDS.RDF.Query.Operators
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IValuedNode Apply(
	params IValuedNode[] ns
)

Parameters

ns
Type:VDS.RDF.Nodes.IValuedNode[]
Inputs.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Operators.ISparqlOperator.Apply(VDS.RDF.Nodes.IValuedNode[])"]

Exceptions
ExceptionCondition
RdfQueryExceptionThrown if an error occurs in applying the operator.
See Also