dotNetRDF API Documentation

BaseGraph.ToDataTable Method

Converts a Graph into a DataTable using the explicit cast operator defined by this class

public virtual DataTable ToDataTable();

Return Value

A DataTable containing three Columns (Subject, Predicate and Object) all typed as INode with a Row per Triple

Implements

IGraph.ToDataTable

Remarks

Warning: Not available under builds which remove the Data Storage layer from dotNetRDF e.g. Silverlight

See Also

BaseGraph Class | VDS.RDF Namespace