workParam = myCommand.Parameters.Add("@CustomerID", SQLDataType.NChar, 5); workParam.Value = "CUSTID";