forked from z26zheng/azure-documentdb-odata-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 735 Bytes
/
params.json
File metadata and controls
6 lines (6 loc) · 735 Bytes
1
2
3
4
5
6
{
"name": "OData to DocumentDB SQL Translator",
"tagline": "Converts OData URL queries into DocumentDB SQL statements",
"body": "\r\n# OData to DocumentDB SQL Translator\r\nThis library provides methods to convert OData queries into SQL statements in C#.\r\n---\r\n## Installation\r\nThe nuget package can be found at https://www.nuget.org/packages/Microsoft.Azure.Documents.OData.Sql\r\n\r\nTo install install this package in Visual Studio, run the following command in the Package Manager Console:\r\n \r\n Install-Package Microsoft.Azure.Documents.OData.Sql\r\n\r\n### Authors and Contributors\r\n\r\n### Support or Contact\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}