Click or drag to resize

INonAggregateExpressionBuilderSubstr Method (VariableExpression, VariableExpression)

Creates a call to the SUBSTR function with two variable parameters.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
TypedLiteralExpression<string> Substr(
	VariableExpression str,
	VariableExpression startingLoc
)

Parameters

str
Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a SPARQL variable.
startingLoc
Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a SPARQL variable.

Return Value

Type: TypedLiteralExpressionString

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Substr(VDS.RDF.Query.Builder.Expressions.VariableExpression,VDS.RDF.Query.Builder.Expressions.VariableExpression)"]

See Also