Click or drag to resize

CoalesceFunction.Variables Property

Gets the Variables used in all the argument expressions of this function.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerable<String>

Implements

ISparqlExpression.Variables
See Also