Click or drag to resize

NegatedPropertySet Constructor (PatternItem, PatternItem, IEnumerableProperty)

Creates a new Negated Property Set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NegatedPropertySet(
	PatternItem start,
	PatternItem end,
	IEnumerable<Property> properties
)

Parameters

start
Type: VDS.RDF.Query.PatternsPatternItem
Path Start.
end
Type: VDS.RDF.Query.PatternsPatternItem
Path End.
properties
Type: System.Collections.GenericIEnumerableProperty
Negated Properties.
See Also