c#查询oracle数据库,绑定变量形式如何做?用绑定变量形式查询oracle某表如何写代码?[解决办法]如 SELECT * FROM Customers WHERE CustomerID =:CustomerIDvalue 通过参数名叫把CustomerIDvalue 传进去