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.2.0.0 (5.2.17.0403)
Syntax public 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