Skip to content

Commit 15d1d36

Browse files
Add library DynamicODataToSQL (#295)
1 parent e7c0f61 commit 15d1d36

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_libraries/DynamicODataToSQL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
category: net
3+
name: DynamicODataToSQL
4+
link: https://github.com/DynamicODataToSQL/DynamicODataToSQL
5+
version: V4
6+
object: Server
7+
downloads:
8+
- source: nugetgallery
9+
link: https://www.nuget.org/packages/DynamicODataToSQL/
10+
---
11+
Library to convert OData query directly to SQL query without IQueryable or entity framework. It is useful when the data model is dynamic and hence entity framework or any other ORM with IQueryable support cannot be used.

0 commit comments

Comments
 (0)