BaseDatasetHasGraphInternal Method  | 
 
            Determines whether a given Graph exists in the Dataset.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected abstract bool HasGraphInternal(
	Uri graphUri
)
Protected MustOverride Function HasGraphInternal ( 
	graphUri As Uri
) As Boolean
Parameters
- graphUri
 - Type: SystemUri
Graph URI. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.HasGraphInternal(System.Uri)"]
See Also