Click or drag to resize

StoreGraphPersistenceWrapper Properties

The StoreGraphPersistenceWrapper type exposes the following members.

Properties
  NameDescription
Public propertyAllNodes
Gets the unique Subject, Predicate and Object nodes of the Graph.
(Inherited from GraphPersistenceWrapper.)
Public propertyBaseUri
Gets/Sets the Base URI of the Graph.
(Inherited from GraphPersistenceWrapper.)
Public propertyIsEmpty
Gets whether the Graph is empty.
(Inherited from GraphPersistenceWrapper.)
Public propertyNamespaceMap
Gets the Namespace Map for the Graph.
(Inherited from GraphPersistenceWrapper.)
Public propertyNodes
Gets the unique Subject and Object nodes of the Graph.
(Inherited from GraphPersistenceWrapper.)
Protected propertySupportsTriplePersistence
Gets whether the in-use IStorageProvider supports triple level updates.
(Overrides GraphPersistenceWrapperSupportsTriplePersistence.)
Public propertyTriples
Gets the Triple Collection for the Graph.
(Inherited from GraphPersistenceWrapper.)
Top
See Also