TableManagerGetTableDependencies Method |
Gets list of object names which have foreign key constraint dependency.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public List<string> GetTableDependencies(
string tableName
)
Parameters
- tableName
- Type: SystemString
Table name
Return Value
Type:
ListStringSee Also