示例#1
0
 public IQueryable <Int64> GetInt64(Int64 int64)
 {
     Int64[] x = new Int64[] { int64 };
     return(x.AsQueryable());
 }