Try this. You can create a generic type with T or a specific type by replacing T with your type name.
IQueryable listOppLineData = Enumerable.Empty<T>().AsQueryable();
Try this. You can create a generic type with T or a specific type by replacing T with your type name.
IQueryable listOppLineData = Enumerable.Empty<T>().AsQueryable();