Click or drag to resize

NodeMatchPattern Constructor (INode, Boolean)

Creates a new Node Match Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NodeMatchPattern(
	INode n,
	bool rigorousEvaluation
)

Parameters

n
Type: VDS.RDFINode
Exact Node to match.
rigorousEvaluation
Type: SystemBoolean
Whether to force rigorous evaluation regardless of the global setting.
See Also