MetaDataStore Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaData
The MetaDataStore type exposes the following members.
Name | Description | |
---|---|---|
MetaDataStore |
Initializes a new instance of the MetaDataStore class.
|
Name | Description | |
---|---|---|
MetaDataPerDriverID |
Gets the meta data stored per driver ID.
|
Name | Description | |
---|---|---|
AddMetaData |
Adds the meta data.
| |
DeserializeFromReader |
Deserializes the meta-data from the reader which is positioned at the TargetDatabases 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.) | |
GetAllConstraintsToDropForUpdateFromMetaData |
Gets all constraints of type typeOfElementsToRetrieve from the meta data of the database which affect a changed element. Used for update DDL SQL scripts
to be able to drop constraints before DDL SQL statements are executed. If typeofElementsToRetrieve isn't a constraint type, an empty
set is returned.
| |
GetAllForeignKeyConstraints |
Gets all foreign key constraints in the container of the database with the driver ID specified.
| |
GetAllMappingTargets |
Gets all the mapping targets in the metadata store of the database with the driver id specified.
| |
GetAllSchemasFilteredBySyncSource |
Gets all schemas filtered by synchronize source.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMetaDataForDriverID |
Gets the meta data for driver ID.
| |
GetOrCreateSequence |
Gets or creates a new sequence for the database with the driverid specified. If catalog and / or schema aren't available these are created as well.
| |
GetOrCreateTable |
Gets or creates a new table for the database with the driverid specified. 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.) |
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
| |
MetaDataChanged |
Event which is raised when the metadatastore was changed.
|