CreateCommandAffectsGraph Method |
Gets whether the Command affects a given Graph.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool AffectsGraph(
Uri graphUri
)
Public Overrides Function AffectsGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Update.Commands.CreateCommand.AffectsGraph(System.Uri)"]
See Also