BaseQuadDataset Constructor (Boolean) |
Creates a new Quad Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseQuadDataset(
bool unionDefaultGraph
)
Public Sub New (
unionDefaultGraph As Boolean
)
Parameters
- unionDefaultGraph
- Type: SystemBoolean
Whether to make the default graph the union of all graphs.
See Also