GraphPatternUsesDefaultDataset Property  | 
 
            Gets whether the Graph Pattern uses the Default Dataset.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool UsesDefaultDataset { get; }Public ReadOnly Property UsesDefaultDataset As Boolean
	Get
Property Value
Type: 
Boolean
Remarks
            Graph Patterns generally use the Default Dataset unless they are a GRAPH pattern or they contain a Triple Pattern, child Graph Pattern or a FILTER/BIND which does not use the default dataset.
            
See Also