コード例 #1
0
 public override IQueryable <TData> Query()
 {
     throw TableUtils.GetNoQueryableQueryException(this.GetType(), "QueryAsync");
 }