DBCatalogCheckIfDDLSQLExportActionIsRequired Method |
Checks if a DDL SQL export action is required for the meta-data in this object
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
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