dotNetRDF API Documentation

AllSelector(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 Selects All Objects

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

System.Object
   AllSelector(T)

[Obsolete(Message=""ISelector interface is considered obsolete and will be removed in the 0.7.0 relea" + "se"", IsError=False)]
public class AllSelector<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

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