RetrieveRequest.ColumnSelection property

namespace: Serenity.Services   assemblySerenity.Net.Services

The group of columns to select. This is RetrieveColumnSelection.Details by default, e.g. all the table / view columns, but not unmapped or complex object style (list etc.) columns.

public RetrieveColumnSelection ColumnSelection { get; set; }

See Also