DatabaseMetaData Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaData
The DatabaseMetaData type exposes the following members.
Name | Description | |
---|---|---|
DatabaseMetaData |
Initializes a new instance of the DatabaseMetaData class.
|
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.
|
Name | Description | |
---|---|---|
ContainsAnyElementOfType |
Determines whether this element directly or indirectly contains at least 1 element of the type specified.
| |
DeserializeFromReader |
Deserializes this instance from reader. Reader is positioned on the TargetDatabase element
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindCatalogByName(String) |
Finds the catalog with the name specified (case sensitive)
| |
FindCatalogByName(String, Boolean) |
Finds the catalog with the name specified (case sensitive)
| |
GetAllMappableTargets |
Gets all mappable targets from all catalogs in this meta-data store
| |
GetAllSchemaSequences |
Gets all schema sequences from all catalogs in this database meta data object.
| |
GetAllSchemasFilteredBySyncSource |
Gets all schemas filtered by synchronize source.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOrCreateSequence |
Gets or creates a new sequence. If catalog and /or schema aren't available, these are created as well.
| |
GetOrCreateTable |
Gets or creates a new table. If catalog and /or schema aren't available, these are created as well.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateCatalogName |
Validates the name of the catalog.
| |
ValidateSchemaName |
Validates the name of the schema.
| |
ValidateSequenceName |
Validates the name of the sequence.
| |
ValidateTableFieldName |
Validates the name of the table field.
| |
ValidateTableName |
Validates the name of the table.
|
Name | Description | |
---|---|---|
ContainedElementAdded |
Raised when an element was added to a collection (indirectly) contained in this element
| |
ContainedElementChanged |
Raised when an element contained in this element was changed.
| |
ContainedElementRemoved |
Raised when an element was removed from a collection (indirectly) contained in this element
| |
HasBeenChanged |
Raised when a property on this object has been changed.
| |
PropertyChanged |
Occurs when a property value changes.
|