Interface IAssignmentPattern
Interface for Triple Patterns that represent Assignment operators.
Inherited Members
System.IComparable<VDS.RDF.Query.Patterns.ITriplePattern>.CompareTo(VDS.RDF.Query.Patterns.ITriplePattern)
System.IComparable<VDS.RDF.Query.Patterns.IAssignmentPattern>.CompareTo(VDS.RDF.Query.Patterns.IAssignmentPattern)
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRDF.dll
Syntax
public interface IAssignmentPattern : ITriplePattern, IComparable<ITriplePattern>, IComparable<IAssignmentPattern>
Properties
| Improve this Doc View SourceAssignExpression
Gets the Assignment Expression that is used.
Declaration
ISparqlExpression AssignExpression { get; }
Property Value
Type | Description |
---|---|
ISparqlExpression |
VariableName
Name of the Variable which is assigned to.
Declaration
string VariableName { get; }
Property Value
Type | Description |
---|---|
System.String |