BaseDateTimeOperator.IsApplicable Method |
Gets whether the arguments are applicable for this operator.
Namespace:
VDS.RDF.Query.Operators.DateTime
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override bool IsApplicable(
params IValuedNode[] ns
)
Public Overrides Function IsApplicable (
ParamArray ns As IValuedNode()
) As Boolean
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