NodeMatchPattern Constructor (INode, Boolean) | 
 
            Creates a new Node Match Pattern.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic NodeMatchPattern(
	INode n,
	bool rigorousEvaluation
)
Public Sub New ( 
	n As INode,
	rigorousEvaluation As Boolean
)
Parameters
- n
 - Type: VDS.RDFINode
Exact Node to match. - rigorousEvaluation
 - Type: SystemBoolean
Whether to force rigorous evaluation regardless of the global setting. 
See Also