首页 > 解决方案 > 如何运行 oracle qry 并将结果获取到列表变量

问题描述

ClsRowCollection location = connection.ReadOperation(ClsQueryManager.SELECT_PRODUCTNAME_LOCATION, new string[] { lotInvList[i].ToUpper().Trim() });

使用的查询:

Select location,Qty from ProductTbl where number = :param0

我需要获取值 Location 和 Qty 并传递给列表。

标签: c#webmethod

解决方案


推荐阅读