Click or drag to resize

BaseOperatorOperator Property

Gets the operator this implementation represents.

Namespace:  VDS.RDF.Query.Operators
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract SparqlOperatorType Operator { get; }

Property Value

Type: SparqlOperatorType

Implements

ISparqlOperatorOperator
See Also