Add Exists
and ExistsAsync
like Find
and FindAsync
#31203
Labels
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
customer-reported
I am trying to check if an entity exists given a
Type
and key.I'd like to have a method
Exists
andExistsAsync
that return a boolean. Currently, I useFind
andFindAsync
, but since I don't need the object returned from the database, its a waste, especially for big objects.The text was updated successfully, but these errors were encountered: