ObjectDependencyObjectTypeColumn Property |
Gets or sets the name of the data column that stores the target object type of the reference (for objects without FK database restrictions).
For example ObjectSettings or Metafiles where the object dependency is a combination of MetaFileObjectType and MetaFileObjectID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string ObjectTypeColumn { get; set; }
Property Value
Type:
StringSee Also