Click or drag to resize

BatchTriple Constructor

Creates a new Batch Triple.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BatchTriple(
	Triple t,
	string graphID
)

Parameters

t
Type: VDS.RDFTriple
Triple.
graphID
Type: SystemString
Graph ID to store Triple for.
See Also