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
)
Public Sub New (
stringExpr As ISparqlExpression,
argExpr As ISparqlExpression,
allowNullArgument As Boolean,
argumentTypeValidator As Func(Of Uri, Boolean)
)
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