Click or drag to resize

IPersistenceProvider Properties

The IPersistenceProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Tells whether a/the transaction is active.
(Inherited from IPersistenceProviderTransactionManager.)
Public propertyNumEdgesInDatabase
Returns the number of edges in all graphs known to the database.
(Inherited from IPersistenceProviderStatistics.)
Public propertyNumGraphsInDatabase
Returns the number of graphs known to the database.
(Inherited from IPersistenceProviderStatistics.)
Public propertyNumNodesInDatabase
Returns the number of nodes in all graphs known to the database.
(Inherited from IPersistenceProviderStatistics.)
Public propertyNumObjectsInDatabase
Returns the number of (internal class) objects known to the database.
(Inherited from IPersistenceProviderStatistics.)
Top
See Also