Click or drag to resize
XmlDataExcludedColumns Property
List of excluded column name prefixes (delimited by ';'). Columns starting with these won't be loaded to collection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public string ExcludedColumns { get; set; }

Property Value

Type: String
See Also