Method GetKeys
GetKeys(QueryParameter<T>, CancellationToken)
Retrieves the primary keys of entities from the database based on the provided query parameters.
public Task<List<PrimaryKeys<T>>> GetKeys(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)
Parameters
queryParameterQueryParameter<T>The query parameters.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
A list of primary keys of the retrieved entities.