Method GetLookupList
GetLookupList<T>(params PrimaryKeys<T>[])
Gets the lookup list for the specified entity type.
public Task<ObservableCollection<T>> GetLookupList<T>(params PrimaryKeys<T>[] keys) where T : class
Parameters
keys
PrimaryKeys<T>[]The primary keys.
Returns
- Task<ObservableCollection<T>>
The lookup list as an observable collection.
Type Parameters
T
The entity type.