ObjectTypeInfoGetDependencyForColumn Method |
Gets the dependency settings for the given column or null if the settings is not found or unknown.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ObjectDependency GetDependencyForColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name to check
Return Value
Type:
ObjectDependencySee Also