LeviathanResultBinderValue 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
)
Public Overrides Function Value (
name As String,
bindingID As Integer
) As INode
Parameters
- name
- Type: SystemString
Variable. - bindingID
- Type: SystemInt32
Set ID.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Query.LeviathanResultBinder.Value(System.String,System.Int32)"]
See Also