Class BaseBinaryStringFunction
Abstract Base Class for SPARQL String Testing functions which take two arguments.
Inheritance
System.Object
BaseBinaryStringFunction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseBinaryStringFunction : BaseBinaryExpression, ISparqlExpression
Constructors
| Improve this Doc 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
| Improve this Doc View SourceType
Gets the Expression Type.
Declaration
public override SparqlExpressionType Type { get; }
Property Value
Type | Description |
---|---|
SparqlExpressionType |