Click or drag to resize

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.4.0.0 (5.4.0)
Syntax
public bool PerformPostDDLSQLExportActions()

Return Value

Type: Boolean
true if a change was made, false otherwise
Remarks
Called when update DDL SQL was exported from this metadata.
See Also