INonAggregateExpressionBuilderStrDt Method |
Name | Description | |
---|---|---|
StrDt(String, Uri) |
Creates a call to the STRDT function with a simple literal and a Uri parameters.
| |
StrDt(String, IriExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
| |
StrDt(String, VariableExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
| |
StrDt(LiteralExpression, Uri) |
Creates a call to the STRDT function with a simple literal and a Uri parameters.
| |
StrDt(LiteralExpression, IriExpression) |
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
| |
StrDt(LiteralExpression, VariableExpression) |
Creates a call to the STRDT function with a simple literal and a variable parameters.
| |
StrDt(VariableExpression, Uri) |
Creates a call to the STRDT function with a variable and a Uri parameters.
| |
StrDt(VariableExpression, IriExpression) |
Creates a call to the STRDT function with a variable and a IRI expression parameters.
| |
StrDt(VariableExpression, VariableExpression) |
Creates a call to the STRDT function with a variable and a Uri parameters.
|