Class IriExpression
Represents a IRI expression.
Inheritance
System.Object
IriExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Builder.Expressions
Assembly: dotNetRDF.dll
Syntax
public class IriExpression : RdfTermExpression
Constructors
| Improve this Doc View SourceIriExpression(Uri)
Wraps the
iri
as a constant IRI expression.
Declaration
public IriExpression(Uri iri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | iri |
IriExpression(ISparqlExpression)
Wraps the
expression
as an IRI expression.
Declaration
public IriExpression(ISparqlExpression expression)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expression |