DBCatalogPerformPostDDLSQLExportActions Method |
Performs the post DDLSQL export actions, which means that all change trackers are reset, all elements marked for deletion are removed and
all elements which are marked as created by designer have their flag reset.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public bool PerformPostDDLSQLExportActions()
Public Function PerformPostDDLSQLExportActions As Boolean
Return Value
Type:
Booleantrue if a change was made, false otherwise
Remarks Called when update DDL SQL was exported from this metadata.
See Also