Click or drag to resize
MappingDataStore Events

The MappingDataStore type exposes the following members.

Events
  NameDescription
Public eventGroupableModelElementMappingAdded
Raised when a GroupableModelElement mapping was added to the Mappings store in a DatabaseMappingData store in this MappingDataStore. The DriverID of the enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
Public eventGroupableModelElementMappingChanged
Raised when a GroupableModelElement mapping in a DatabaseMappingData store in this MappingDataStore was changed. The DriverID of the enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
Public eventGroupableModelElementMappingRemoved
Raised when a GroupableModelElement mapping was removed from the Mappings store in a DatabaseMappingData store in this MappingDataStore. The DriverID of the enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
Public eventMappingDataChanged
Event which is raised when the MappingDataStore was changed.
Top
See Also