SparqlUpdateCommandSet Class |
Namespace: VDS.RDF.Update
The SparqlUpdateCommandSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparqlUpdateCommandSet() |
Creates a new empty Command Set.
|
![]() | SparqlUpdateCommandSet(IEnumerable<SparqlUpdateCommand>) |
Creates a new Command Set with the given Commands.
|
![]() | SparqlUpdateCommandSet(SparqlUpdateCommand) |
Creates a new Command Set containing the given Command.
|
Name | Description | |
---|---|---|
![]() | AlgebraOptimisers |
Gets/Sets the Algebra Optimisers to be applied to portions of updates that require queries to be made.
|
![]() | BaseUri |
Gets/Sets the Base URI for the Command Set.
|
![]() | CommandCount |
Gets the number of Commands in the set.
|
![]() | Commands |
Gets the enumeration of Commands in the set.
|
![]() | Item |
Gets the Command at the given index.
|
![]() | NamespaceMap |
Gets the Namespace Map for the Command Set.
|
![]() | Timeout |
Gets/Sets the Timeout in milliseconds for the execution of the Updates.
|
![]() | UpdateExecutionTime |
Gets/Sets the Time the updates took to execute.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Optimise() |
Optimises the Commands in the Command Set.
|
![]() | Optimise(IQueryOptimiser) |
Optimises the Commands in the Command Set.
|
![]() | Process |
Processes the Command Set using the given Update Processor.
|
![]() | ToString |
Gets the String representation of the Command Set.
(Overrides Object.ToString().) |