TimezoneFromDateTimeFunction.EffectiveBooleanValue Method |
Calculates the effective boolean value of the function in the given Evaluation Context for the given Binding ID.
Namespace:
VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool EffectiveBooleanValue(
SparqlEvaluationContext context,
int bindingID
)
Public Function EffectiveBooleanValue (
context As SparqlEvaluationContext,
bindingID As Integer
) As Boolean
Parameters
- context
- Type: VDS.RDF.Query.SparqlEvaluationContext
Evaluation Context. - bindingID
- Type: System.Int32
Binding ID.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.DateTime.TimezoneFromDateTimeFunction.EffectiveBooleanValue(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]
See Also