INonAggregateExpressionBuilderSubstr Method (VariableExpression, NumericExpressionInt32, Int32) |
Creates a call to the SUBSTR function with a variable and interger expression parameters.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TypedLiteralExpression<string> Substr(
VariableExpression str,
NumericExpression<int> startingLoc,
int length
)
Function Substr (
str As VariableExpression,
startingLoc As NumericExpression(Of Integer),
length As Integer
) As TypedLiteralExpression(Of String)
Parameters
- str
- Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a SPARQL variable. - startingLoc
- Type: VDS.RDF.Query.Builder.ExpressionsNumericExpressionInt32
1-based start index. - length
- Type: SystemInt32
substring length.
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.NumericExpression{System.Int32},System.Int32)"]
See Also