ListRequestHandler<TRow,TListRequest,TListResponse>.GetQuickSearchFields method

namespace: Serenity.Services   assemblySerenity.Net.Services

Gets the list of quick search fields (QuickSearchAttribute) based on the containsField argument.

protected virtual IEnumerable<Field> GetQuickSearchFields(string containsField)
parameter description
containsField Contains field argument, can be null

Exceptions

exception condition
ArgumentOutOfRangeException The containsField has Never or it does not have a QuickSearchAttribute

See Also