ISparqlOperator.IsApplicable Method |
Gets whether the operator can be applied to the given inputs.
Namespace:
VDS.RDF.Query.Operators
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxbool IsApplicable(
params IValuedNode[] ns
)
Function IsApplicable (
ParamArray ns As IValuedNode()
) As Boolean
Parameters
- ns
- Type:VDS.RDF.Nodes.IValuedNode[]
Inputs.
Return Value
Type:
BooleanTrue if applicable to the given inputs.
See Also