Click or drag to resize

SparqlUpdateParserParseFromFile Method

Parses a SPARQL Update Command Set from the given file.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlUpdateCommandSet ParseFromFile(
	string file
)

Parameters

file
Type: SystemString
File.

Return Value

Type: SparqlUpdateCommandSet

[Missing <returns> documentation for "M:VDS.RDF.Parsing.SparqlUpdateParser.ParseFromFile(System.String)"]

Implements

IObjectParserTParseFromFile(String)
See Also