InMemoryDataset Constructor (Boolean) | 
 
            Creates a new in-memory dataset using the default in-memory 
TripleStore as the underlying storage.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic InMemoryDataset(
	bool unionDefaultGraph
)
Public Sub New ( 
	unionDefaultGraph As Boolean
)
Parameters
- unionDefaultGraph
 - Type: SystemBoolean
Whether the Default Graph when no Active/Default Graph is explicitly set should be the union of all Graphs in the Dataset. 
See Also