BaseTransactionalDatasetAddGraphInternal Method  | 
 
            Adds a Graph to the Dataset.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected abstract bool AddGraphInternal(
	IGraph g
)
Protected MustOverride Function AddGraphInternal ( 
	g As IGraph
) As Boolean
Parameters
- g
 - Type: VDS.RDFIGraph
Graph to add. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseTransactionalDataset.AddGraphInternal(VDS.RDF.IGraph)"]
See Also