Creates new instance of ObjectDependency.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public ExtraColumn(
string extendedObjectType,
string columnName,
ObjectDependencyEnum required = ObjectDependencyEnum.NotRequired
)
Parameters
- extendedObjectType
- Type: SystemString
Object type of the defined dependecy - columnName
- Type: SystemString
Name of the foreign key column with which the object type will be extended - required (Optional)
- Type: CMS.DataEngineObjectDependencyEnum
Determines whether the dependency is required or optional (not required by default)
See Also