Click or drag to resize

BaseGraph.IsEmpty Property

Gets whether a Graph is Empty ie. Contains No Triples or Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool IsEmpty { get; }

Property Value

Type: Boolean

Implements

IGraph.IsEmpty
See Also