public override IQueryable <TData> Query()
 {
     throw TableUtils.GetNoQueryableQueryException(this.GetType(), "QueryAsync");
 }