Пример #1
0
 public override Task <IEnumerable <TData> > QueryAsync(ODataQueryOptions query)
 {
     throw TableUtils.GetQueryableOnlyQueryException(this.GetType(), "Query");
 }