Click or drag to resize

INonAggregateExpressionBuilderStrDt Method

Overload List
  NameDescription
Public methodStrDt(String, Uri)
Creates a call to the STRDT function with a simple literal and a Uri parameters.
Public methodStrDt(String, IriExpression)
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
Public methodStrDt(String, VariableExpression)
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
Public methodStrDt(LiteralExpression, Uri)
Creates a call to the STRDT function with a simple literal and a Uri parameters.
Public methodStrDt(LiteralExpression, IriExpression)
Creates a call to the STRDT function with a simple literal and a IRI expression parameters.
Public methodStrDt(LiteralExpression, VariableExpression)
Creates a call to the STRDT function with a simple literal and a variable parameters.
Public methodStrDt(VariableExpression, Uri)
Creates a call to the STRDT function with a variable and a Uri parameters.
Public methodStrDt(VariableExpression, IriExpression)
Creates a call to the STRDT function with a variable and a IRI expression parameters.
Public methodStrDt(VariableExpression, VariableExpression)
Creates a call to the STRDT function with a variable and a Uri parameters.
Top
See Also