GraphPersistenceWrapperRaiseMergeRequested Method |
Helper method for raising the
Merge Requested event and returning whether any of the Event Handlers cancelled the operation.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected bool RaiseMergeRequested()
Protected Function RaiseMergeRequested As Boolean
Return Value
Type:
BooleanTrue if the operation can continue, false if it should be aborted.
See Also