INonAggregateExpressionBuilderStrDt Method (VariableExpression, VariableExpression) |
Creates a call to the STRDT function with a variable and a
Uri parameters.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax LiteralExpression StrDt(
VariableExpression lexicalForm,
VariableExpression datatypeIri
)
Function StrDt (
lexicalForm As VariableExpression,
datatypeIri As VariableExpression
) As LiteralExpression
Parameters
- lexicalForm
- Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a literal. - datatypeIri
- Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
datatype IRI.
Return Value
Type:
LiteralExpression[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.StrDt(VDS.RDF.Query.Builder.Expressions.VariableExpression,VDS.RDF.Query.Builder.Expressions.VariableExpression)"]
See Also