Click or drag to resize

ClearCommandAffectsGraph Method

Gets whether this Command affects the given Graph.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool AffectsGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Update.Commands.ClearCommand.AffectsGraph(System.Uri)"]

See Also