Click or drag to resize
DefaultDataChildDependency Constructor
Creates new default data child dependency specification.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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