Command.Parameters.AddWithValue having two possible values
Hi,
Can anybody tell me please how can I use command.Parameters.AddWithValue
if the parameter can have two values for example: command.Parameters.AddWithValue("@ab", 1 or 2)
Thank you for your help.