ISparqlQueryAlgebraProcessorTResult, TContextProcessNegatedPropertySet Method |
Processes a Negated Property Set.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TResult ProcessNegatedPropertySet(
NegatedPropertySet negPropSet,
TContext context
)
Function ProcessNegatedPropertySet (
negPropSet As NegatedPropertySet,
context As TContext
) As TResult
Parameters
- negPropSet
- Type: VDS.RDF.Query.AlgebraNegatedPropertySet
Negated Property Set. - context
- Type: TContext
Evaluation Context.
Return Value
Type:
TResult[Missing <returns> documentation for "M:VDS.RDF.Query.ISparqlQueryAlgebraProcessor`2.ProcessNegatedPropertySet(VDS.RDF.Query.Algebra.NegatedPropertySet,`1)"]
See Also