ListRequestHandler<TRow,TListRequest,TListResponse>.GetDistinctFields method

namespace: Serenity.Services   assemblySerenity.Net.Services

Gets an array of distinct fields by checking Request.DistinctFields. It might be different than the passed list, if the list contains an invalid field or a field that is not allowed to be selected, like NotMapped and Never etc.

public Field[] GetDistinctFields()

See Also