Method GetKeys
GetKeys(QueryParameter<T>, CancellationToken)
Retrieves the primary keys of entities that match the specified query parameters.
public Task<List<PrimaryKeys<T>>> GetKeys(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)
Parameters
queryParameter
QueryParameter<T>The query parameters.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
A task that represents the asynchronous operation. The task result contains a list of primary keys.