Click or drag to resize
DataClassInfoProviderCheckDatabaseDependencies Method
Checks if some database objects are dependent on database representation of this class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static List<string> CheckDatabaseDependencies(
	int classId
)

Parameters

classId
Type: SystemInt32

Return Value

Type: ListString
See Also