Click or drag to resize

BaseDateTimeOperator.IsApplicable Method

Gets whether the arguments are applicable for this operator.

Namespace:  VDS.RDF.Query.Operators.DateTime
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool IsApplicable(
	params IValuedNode[] ns
)

Parameters

ns
Type:VDS.RDF.Nodes.IValuedNode[]
Arguments.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Operators.DateTime.BaseDateTimeOperator.IsApplicable(VDS.RDF.Nodes.IValuedNode[])"]

Implements

ISparqlOperator.IsApplicable(IValuedNode[])
See Also