BaseModificationCommand Constructor |
Creates a new Base Modification Command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseModificationCommand(
SparqlUpdateCommandType type
)
Public Sub New (
type As SparqlUpdateCommandType
)
Parameters
- type
- Type: VDS.RDF.UpdateSparqlUpdateCommandType
Update Command Type.
See Also