Click or drag to resize

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

Parameters

recurse
Type: SystemBoolean
if set to also check embedded elements

Return Value

Type: Boolean
true if action is required, false otherwise
See Also