BaseTransactionalQuadDataset Constructor (Boolean) |
Creates a Transactional Quad Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseTransactionalQuadDataset(
bool unionDefaultGraph
)
Public Sub New (
unionDefaultGraph As Boolean
)
Parameters
- unionDefaultGraph
- Type: System.Boolean
Sets whether the default graph should be the union of all graphs.
See Also