DBType in C# for a generic list in SQL Server

1.2k Views Asked by At

I am trying to pass a parameter to my query and this parameter value is a list like ('a','b'). What should be the dbtype in this case?

I tried with dbtype.object but query returns empty rows. Can anyone help me with my approach?

Thanks!

0

There are 0 best solutions below