Click or drag to resize

BaseBinaryExpression.Functor Property

Gets the Functor of the Expression.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract string Functor { get; }

Property Value

Type: String

Implements

ISparqlExpression.Functor
See Also