LeviathanUpdateProcessorGetContext Method (SparqlUpdateCommandSet) | 
 
            Creates a new Evaluation Context.
            
 
    Namespace: 
   VDS.RDF.Update
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected SparqlUpdateEvaluationContext GetContext(
	SparqlUpdateCommandSet cmds
)
Protected Function GetContext ( 
	cmds As SparqlUpdateCommandSet
) As SparqlUpdateEvaluationContext
Parameters
- cmds
 - Type: VDS.RDF.UpdateSparqlUpdateCommandSet
Update Commands. 
Return Value
Type: 
SparqlUpdateEvaluationContext[Missing <returns> documentation for "M:VDS.RDF.Update.LeviathanUpdateProcessor.GetContext(VDS.RDF.Update.SparqlUpdateCommandSet)"]
See Also