Click or drag to resize

IDatabaseRepository Properties

The IDatabaseRepository type exposes the following members.

Properties
  NameDescription
Public propertyCommandTimeout
Gets or sets the wait time before terminating the attempt to execute a database command and generating an error.
Public propertyCompatibleDatabaseSchemaVersion
Gets the database schema version this software is compatible to.
Public propertyCurrentDatabaseSchemaVersion
Retrieves the schema version from the actual underlying database.
Public propertyDatabase
Gets the underlying database abstraction.
Public propertyDatabaseTime
Gets the database time (UTC).
Public propertyId
Gets the repository ID.
(Inherited from IRepository.)
Public propertyLicenseInfo
Gets the license info.
(Inherited from IRepository.)
Public propertyRootFolder
Gets the root folder.
(Inherited from IRepository.)
Public propertyRootObjType
Gets the common supertype of all object types.
(Inherited from IRepository.)
Public propertyCode exampleTransactionContext
Gets the current transaction context.
Public propertyUpdateContext
Gets the update context.
Top
See Also