Click or drag to resize
TableManagerGetTableDependencies Method
Gets list of object names which have foreign key constraint dependency.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public List<string> GetTableDependencies(
	string tableName
)

Parameters

tableName
Type: SystemString
Table name

Return Value

Type: ListString
See Also