Skip to content

ColumnSelection enumeration

namespace: Serenity.Services   assemblySerenity.Net.Core

Column selection types for List services

public enum ColumnSelection

Values

name value description
List 0 List, e.g. only the table columns
KeyOnly 1 Key Only, e.g. the primary key of the table
Details 2 Details, e.g. all the fields

See Also