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