BaseDatasetGetGraphInternal Method  | 
 
            Gets the given Graph from the Dataset.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected abstract IGraph GetGraphInternal(
	Uri graphUri
)
Protected MustOverride Function GetGraphInternal ( 
	graphUri As Uri
) As IGraph
Parameters
- graphUri
 - Type: SystemUri
Graph URI. 
Return Value
Type: 
IGraph[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetGraphInternal(System.Uri)"]
See Also