Meaning of AsEnumerable()

Can anyone tell the meaning of AsEnumerable() and when it is used

Hi @Maneesh_Surya_Kumar

To cast a specific type to its IEnumerable equivalent , Use the AsEnumerable() method. It is an extension method

Refer this Docs for more info

Regards
Gokul

Hi,

The following post might help you.

Regards,