Click or drag to resize

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; }

Property Value

Type: IEnumerableIAssignmentPattern
See Also