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