GraphPatternUnplacedAssignments Property |
Gets the enumeration of LET assignments that are in this Graph Pattern which will be placed appropriately later.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<IAssignmentPattern> UnplacedAssignments { get; }
Public ReadOnly Property UnplacedAssignments As IEnumerable(Of IAssignmentPattern)
Get
Property Value
Type:
IEnumerableIAssignmentPatternSee Also