The IDatabaseStructure type exposes the following members.

Methods

  NameDescription
Public methodBuildCallback
A callback to be able to get the next value from the underlying structure as needed.
Public methodPrepare
Prepare this structure for use. Called sometime after instantiation, but before first use.
Public methodSqlCreateStrings
Commands needed to create the underlying structures.
Public methodSqlDropStrings
Commands needed to drop the underlying structures.

Properties

  NameDescription
Public propertyIncrementSize
The configured increment size
Public propertyName
The name of the database structure (table or sequence).
Public propertyTimesAccessed
How many times has this structure been accessed through this reference?

See Also