Show / Hide Table of Contents

Struct BatchTriple

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

Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public struct BatchTriple

Constructors

| Edit this page View Source

BatchTriple(Triple, string)

Creates a new Batch Triple.

Declaration
public BatchTriple(Triple t, string graphID)
Parameters
Type Name Description
Triple t

Triple.

string graphID

Graph ID to store Triple for.

Properties

| Edit this page View Source

GraphID

Graph ID.

Declaration
public string GraphID { get; }
Property Value
Type Description
string
| Edit this page View Source

Triple

Triple.

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

Methods

| Edit this page View Source

Equals(object)

Equality for Batch Triples.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

Object to test.

Returns
Type Description
bool
Overrides
ValueType.Equals(object)
| Edit this page View Source

GetHashCode()

Hash Code for Batch Triples.

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • BatchTriple(Triple, string)
  • Properties
    • GraphID
    • Triple
  • Methods
    • Equals(object)
    • GetHashCode()
  • Extension Methods
Back to top Generated by DocFX