Pass List as Sql Table Type Parameter
Finally, i got my answer byself. But during finding, i got that there is no way exist to convert List<>
to IEnumerable<>
directly.
But this article is very useful to transact data through object
or List<Obj>
http://www.c-sharpcorner.com/UploadFile/pchandraker/passing-table-valued-parameter-to-stored-procedu-part-2/
very useful. :)