Click or drag to resize

BindingsPattern Constructor (IEnumerable<String>)

Creates a new Bindings Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BindingsPattern(
	IEnumerable<string> vars
)

Parameters

vars
Type: System.Collections.Generic.IEnumerable<String>
Variables.
See Also