public class KeyColumnCollection : WebReports.Api.Common.WrProtectedList<KeyColumn>
public class KeyColumnCollection : WebReports.Api.Common.WrProtectedList<KeyColumn>
Collection classes are enumerable Lists of a specific object type.
See the Example section for ways to iterate through and manipulate Collections.
myNewEntity.KeyColumns.Add(new KeyColumn(myNewEntity.GetColumn("ID").ActualFullName));
System.Object
WebReports.Api.Reports.KeyColumnCollection