Click or drag to resize

INonAggregateExpressionBuilderStrDt Method (String, Uri)

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

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

Parameters

lexicalForm
Type: SystemString
a literal.
datatypeIri
Type: SystemUri
datatype IRI.

Return Value

Type: LiteralExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.StrDt(System.String,System.Uri)"]

See Also