Click or drag to resize

DatabaseMetaData Properties

The DatabaseMetaData type exposes the following members.

Properties
  NameDescription
Public propertyAllowsNewElements
Gets a value indicating whether new elements can be created into this container. Returns true if sync source is set to Model or Mixed, false otherwise.
Public propertyConnectionElements
Gets the connection elements.
Public propertyDriverID
Gets the driver ID for the driver this database metadata belongs to.
Public propertyLastSyncWithDatabaseUTC
Gets or sets the last date/time this element was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
Public propertyLastSyncWithModelUTC
Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
Public propertyName
Gets the name.
Public propertyPopulatedCatalogs
Gets the populated catalogs.
Public propertySyncSource
Gets or sets the synchronize source.
Public propertySystemSequences
Gets the system sequences.
Top
See Also