Click or drag to resize

VariablePatternAccepts Method

Checks whether the given Node is a valid value for the Variable in the current Binding Context.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool Accepts(
	SparqlEvaluationContext context,
	INode obj
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
obj
Type: VDS.RDFINode
Node to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.VariablePattern.Accepts(VDS.RDF.Query.SparqlEvaluationContext,VDS.RDF.INode)"]

See Also