Show / Hide Table of Contents

Struct BatchTriple

Structure for representing Triples that are waiting to be Batch written to the Database.
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public struct BatchTriple

Constructors

| Improve this Doc View Source

BatchTriple(Triple, String)

Creates a new Batch Triple.
Declaration
public BatchTriple(Triple t, string graphID)
Parameters
Type Name Description
Triple t Triple.
System.String graphID Graph ID to store Triple for.

Properties

| Improve this Doc View Source

GraphID

Graph ID.
Declaration
public readonly string GraphID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Triple

Triple.
Declaration
public readonly Triple Triple { get; }
Property Value
Type Description
Triple

Methods

| Improve this Doc View Source

Equals(Object)

Equality for Batch Triples.
Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj Object to test.
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)
| Improve this Doc View Source

GetHashCode()

Hash Code for Batch Triples.
Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BatchTriple(Triple, String)
  • Properties
    • GraphID
    • Triple
  • Methods
    • Equals(Object)
    • GetHashCode()
  • Extension Methods
Back to top Generated by DocFX