dotNetRDF API Documentation

NotSelector(T) Class

NOTE: This class is now obsolete.

ISelector interface is considered obsolete and will be removed in the 0.7.0 release


Selector which performs Not on the underlying Selectors results

For a list of all members of this type, see NotSelector(T) Members .

System.Object
   NotSelector(T)

[Obsolete(Message=""ISelector interface is considered obsolete and will be removed in the 0.7.0 relea" + "se"", IsError=False)]
public class NotSelector<T> : ISelector<T>

Generic template parameters

T
Type you are performing selection upon

Requirements

Namespace: VDS.RDF.Query

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

NotSelector(T) Members | VDS.RDF.Query Namespace