Click or drag to resize

BaseGraphIsEmpty 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

IGraphIsEmpty
See Also