請問在.cs內要抓取資料庫的資料(select * from xxxx),有範例嗎?
DataSet ds = EFClientTools.ClientUtility.ExecuteSQL("ERPS", "select * from table");