Class GraphDiffReportExtensions
Provides useful Extension Methods for working with graph diff reports.
Inheritance
System.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
| Improve this Doc View SourceAsUpdate(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. |
System.Uri | graphUri | Optional System.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. |