Ejemplo n.º 1
0
 /// <summary>
 /// Returns the enumeration of all dynamic member names.
 /// </summary>
 /// <returns>The list of dynamic member names.</returns>
 public override IEnumerable <string> GetDynamicMemberNames()
 {
     return(_columns.ExportReport()
            .Select(i => i.Key));
 }