Click or drag to resize

BaseCast.Variables Property

Gets the enumeration of Variables involved in this expression.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlExpression.Variables
See Also