SparqlResultTryGetBoundValue Method |
Tries to get a non-null value for the variable.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool TryGetBoundValue(
string variable,
out INode value
)
Public Function TryGetBoundValue (
variable As String,
<OutAttribute> ByRef value As INode
) As Boolean
Parameters
- variable
- Type: SystemString
Variable. - value
- Type: VDS.RDFINode
Value.
Return Value
Type:
BooleanTrue if the variable was present and bound, false otherwise.
See Also