Method GetLookupList
GetLookupList<T>(params PrimaryKeys<T>[])
Retrieves a lookup list for the specified entity type.
Task<ObservableCollection<T>> GetLookupList<T>(params PrimaryKeys<T>[] keys) where T : class
Parameters
keys
PrimaryKeys<T>[]The primary keys used to retrieve the lookup list.
Returns
- Task<ObservableCollection<T>>
An observable collection of the lookup list.
Type Parameters
T
The entity type.