Click or drag to resize

MultisetSetVariableOrder Method

Sets the variable ordering for the multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void SetVariableOrder(
	IEnumerable<string> variables
)

Parameters

variables
Type: System.Collections.GenericIEnumerableString
Variable Ordering.
See Also