I\'m getting the error when accessing a Stored Procedure in SQL Server
Server Error in \'/\' Application. Procedure or function \'ColumnSeek\' expects parame
For my case, I had to pass DBNULL.Value(using if else condition) from code for stored procedures parameter that are not defined null but value is null.
DBNULL.Value
null