Class BaseBinaryStringFunction
Abstract Base Class for SPARQL String Testing functions which take two arguments.
Inheritance
BaseBinaryStringFunction
Implements
Inherited Members
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseBinaryStringFunction : BaseBinaryExpression, ISparqlExpression
Constructors
| Edit this page View SourceBaseBinaryStringFunction(ISparqlExpression, ISparqlExpression)
Creates a new Base Binary SPARQL String Function.
Declaration
public BaseBinaryStringFunction(ISparqlExpression stringExpr, ISparqlExpression argExpr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | stringExpr | String Expression. |
ISparqlExpression | argExpr | Argument Expression. |
Properties
| Edit this page View SourceType
Gets the Expression Type.
Declaration
public override SparqlExpressionType Type { get; }
Property Value
Type | Description |
---|---|
SparqlExpressionType |