Click or drag to resize

RandFunctionArguments Property

Gets the Arguments of this Expression.

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

Property Value

Type: IEnumerableISparqlExpression

Implements

ISparqlExpressionArguments
See Also