Click or drag to resize

CoalesceFunction Constructor

Creates a new COALESCE function with the given expressions as its arguments.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public CoalesceFunction(
	IEnumerable<ISparqlExpression> expressions
)

Parameters

expressions
Type: System.Collections.Generic.IEnumerable<ISparqlExpression>
Argument expressions.
See Also