Click or drag to resize

CreateCommand Constructor (Uri, Boolean)

Creates a new CREATE command.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public CreateCommand(
	Uri graphUri,
	bool silent
)

Parameters

graphUri
Type: SystemUri
URI of the Graph to create.
silent
Type: SystemBoolean
Whether the create should be done silenty.
See Also