Click or drag to resize

BaseOperator.Operator 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

ISparqlOperator.Operator
See Also