Click or drag to resize

BatchTriple Structure

Structure for representing Triples that are waiting to be Batch written to the Database.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public struct BatchTriple

The BatchTriple type exposes the following members.

Constructors
  NameDescription
Public methodBatchTriple
Creates a new Batch Triple.
Top
Properties
  NameDescription
Public propertyGraphID
Graph ID.
Public propertyTriple
Triple.
Top
Methods
  NameDescription
Public methodEquals
Equality for Batch Triples.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Hash Code for Batch Triples.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also