DBCatalogCheckIfDDLSQLExportActionIsRequired Method  | 
 
            Checks if a DDL SQL export action is required for the meta-data in this object
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic bool CheckIfDDLSQLExportActionIsRequired(
	bool recurse
)
Public Function CheckIfDDLSQLExportActionIsRequired ( 
	recurse As Boolean
) As Boolean
Parameters
- recurse
 - Type: SystemBoolean
if set to  also check embedded elements 
Return Value
Type: 
Boolean
            true if action is required, false otherwise
            
See Also