SparqlResultHasBoundValue Method |
Checks whether a given Variable has a non-null value for this result.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasBoundValue(
string variable
)
Public Function HasBoundValue (
variable As String
) As Boolean
Parameters
- variable
- Type: SystemString
Variable Name.
Return Value
Type:
BooleanTrue if the variable is present and has a non-null value, false otherwise.
See Also