C# Class VDS.RDF.Utilities.Query.RoqetQuery

Exibir arquivo Open project: dotnetrdf/dotNetRDF.Toolkit Class Usage Examples

Public Methods

Method Description
RunQuery ( Array args ) : void

Private Methods

Method Description
LoadGraph ( String uri, bool fromFile ) : IGraph
SetBaseUri ( String uri ) : bool
SetDataUri ( String uri ) : bool
SetDumpFormat ( String format ) : bool
SetLanguage ( String lang ) : bool
SetNamedUri ( String uri ) : bool
SetOptions ( Array args ) : bool
SetResultsFormat ( String format ) : bool
ShowUsage ( ) : void

Method Details

RunQuery() public method

public RunQuery ( Array args ) : void
args Array
return void