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