Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holomodular-support authored May 17, 2024
1 parent 4816c4b commit 6afe441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public ServiceQueryResponse<ExampleTable> ExampleServiceQuery(ServiceQueryReques
```

## Documentation
Comprehensive cocumentation is available on our website at http://ServiceQuery.com including tables for supported data types and operations by .NET Framework version and database engine.
Comprehensive documentation is available on our website at http://ServiceQuery.com including tables for supported data types and operations by .NET Framework version and database engine.

## ServiceQuery.AzureDataTables
Azure Data Tables has certain limitations, like lack of support for aggregate functions, string comparisons and ordering.
Expand Down Expand Up @@ -197,7 +197,7 @@ If you are using javascript, make sure to download the [ServiceQuery.js](https:/
// Aggregate functions
request = new ServiceQueryRequestBuilder()
.IsLessThan("Id", "200")
.Sum("Age")
.Sum("Price")
.Build();

```
Expand Down

0 comments on commit 6afe441

Please sign in to comment.