Click or drag to resize
CompareSettingsIgnoredColumns Property
Hashtable indexed by objecttype, for each object type you can specify list of columns (List/string/) which will be excluded from equality check.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public Hashtable IgnoredColumns { get; set; }

Property Value

Type: Hashtable
See Also