Show / Hide Table of Contents

Class GraphDiffReportExtensions

Provides useful Extension Methods for working with graph diff reports.

Inheritance
object
GraphDiffReportExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public static class GraphDiffReportExtensions

Methods

| Edit this page View Source

AsUpdate(GraphDiffReport, Uri, INamespaceMapper)

Converts a diff to an equivalent SPARQL Update INSERT/DELETE command.

Declaration
public static ModifyCommand AsUpdate(this GraphDiffReport diff, Uri graphUri = null, INamespaceMapper prefixes = null)
Parameters
Type Name Description
GraphDiffReport diff

The diff to convert.

Uri graphUri

Optional URI of the affected graph.

INamespaceMapper prefixes

Optional mapper used to resolve prefixes.

Returns
Type Description
ModifyCommand

A SPARQL Update INSERT/DELETE command that represents the diff.

  • Edit this page
  • View Source
In this article
  • Methods
    • AsUpdate(GraphDiffReport, Uri, INamespaceMapper)
Back to top Generated by DocFX