What will be the return type if we use .Any() in entity framework.
MuhammadRehan Zafar
if we will use .any in Entity Code it will always return Bool results.i.e It My Be TRUE or My Be False
return type will be in bool i.e (true or false)