emaduddeen
Programmer
Hi Everyone,
If I use the following code to create a parameter can you tell me how to extract the parameter name and the parameter value?
Truly,
Emad
If I use the following code to create a parameter can you tell me how to extract the parameter name and the parameter value?
Code:
objSqlCommand.Parameters.AddWithValue("@MyParam", "CA").DbType = DbType.String
Truly,
Emad