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.ExpressionsISparqlExpression
Expression.
argExpr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Argument.
allowNullArgument
Type: SystemBoolean
Whether the argument may be null.
argumentTypeValidator
Type: SystemFuncUri, Boolean
Type validator for the argument.
See Also