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
)
Public Function ParseFromFile (
file As String
) As SparqlUpdateCommandSet
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