Click or drag to resize

LeviathanLeftJoinBinderValue Method

Gets the Value for a given Variable from the Set with the given Binding ID.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override INode Value(
	string name,
	int bindingID
)

Parameters

name
Type: SystemString
Variable.
bindingID
Type: SystemInt32
Set ID.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Query.LeviathanLeftJoinBinder.Value(System.String,System.Int32)"]

See Also