public IQueryable GetAI64_Web(string CaseNo, int ReceiveNo) { var data = SQLMethod.Search_AI64Web(CaseNo, ReceiveNo); return(data.AsQueryable()); }