DefaultDataChildDependency Constructor |
Creates new default data child dependency specification.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public DefaultDataChildDependency(
string idColumn,
string childCountColumn,
string childObjectType,
string parentIdColumn
)
Parameters
- idColumn
- Type: SystemString
Name of the column which serves as an identifier of master object (parent). - childCountColumn
- Type: SystemString
Name of the column within master object (parent) containing count of child objects. - childObjectType
- Type: SystemString
Object type of the child objects. - parentIdColumn
- Type: SystemString
Name of the column which identifies referenced parent object within child objects (the name of the foreign key column).
See Also