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