IIncludeExcludeColumns.ExcludeColumns property

namespace: Serenity.Services   assemblySerenity.Net.Services

Set of exclude columns. These columns should not be selected even if they are selected by default by the select level.

public HashSet<string> ExcludeColumns { get; set; }

See Also