| DatabaseMetaData Properties | 
The DatabaseMetaData type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowsNewElements | 
            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.
              | |
| ConnectionElements | 
            Gets the connection elements.
              | |
| DriverID | 
            Gets the driver ID for the driver this database metadata belongs to.
              | |
| LastSyncWithDatabaseUTC | 
            Gets or sets the last date/time this element was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
              | |
| LastSyncWithModelUTC | 
            Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
              | |
| Name | 
            Gets the name.
              | |
| PopulatedCatalogs | 
            Gets the populated catalogs.
              | |
| SyncSource | 
            Gets or sets the synchronize source.
              | |
| SystemSequences | 
            Gets the system sequences.
              |