コード例 #1
0
 public IQueryable <Decimal> GetDecimal(Decimal dec)
 {
     Decimal[] x = new Decimal[] { dec };
     return(x.AsQueryable());
 }