Click or drag to resize

BaseBinaryStringFunction Constructor

Creates a new XPath Binary String function.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.String
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseBinaryStringFunction(
	ISparqlExpression stringExpr,
	ISparqlExpression argExpr,
	bool allowNullArgument,
	Func<Uri, bool> argumentTypeValidator
)

Parameters

stringExpr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Expression.
argExpr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Argument.
allowNullArgument
Type: System.Boolean
Whether the argument may be null.
argumentTypeValidator
Type: System.Func<Uri, Boolean>
Type validator for the argument.
See Also