How to pass a specific parameter to my dataset
I have DataTable as a result of executing a stored procedure. The stored procedure is returning a number of tables, therefore Tables[0]
, Tables[1]
, etc.
How to Pass in a Specific Parameter into my Dataset
I have DataTable as a result of executing a stored procedure. The stored procedure is returning a number of tables, therefore Tables[0], Tables[1], etc.
I’m trying to query the first table, namely Tables[0], to find rows that have column “Id” equals a parameter “id” that needs to pass in.