Click or drag to resize

INonAggregateExpressionBuilderStrDt Method (String, VariableExpression)

Creates a call to the STRDT function with a simple literal and a IRI expression parameters.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
LiteralExpression StrDt(
	string lexicalForm,
	VariableExpression datatypeIri
)

Parameters

lexicalForm
Type: SystemString
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(System.String,VDS.RDF.Query.Builder.Expressions.VariableExpression)"]

See Also