RetrieveColumnSelection enumeration

namespace: Serenity.Services   assemblySerenity.Net.Services

The group of columns to retrieve

public enum RetrieveColumnSelection

Values

name value description
Details 0 Details, e.g. all the fields
KeyOnly 1 Key Only, e.g. the primary key(s) and ID of the table
List 2 List, e.g. only the table columns
None 3 None, don't select any property by default
IdOnly 4 Only select Id property by default
Lookup 5 Lookup, e.g. ID, Name and fields with LookupInclude attribute

See Also