I\'m getting the error when accessing a Stored Procedure in SQL Server
Server Error in \'/\' Application. Procedure or function \'ColumnSeek\' expects parame
It is necessary to tell that a Stored Proc is being called:
comm.CommandType = CommandType.StoredProcedure;