-
Notifications
You must be signed in to change notification settings - Fork 32
Project structure
Library source\OdataEntity.
Data context adapter Entity Framework Core - source\OdataToEntity.EfCore.
Data context adapter Entity Framework 6.2 - source\OdataToEntity.Ef6.
Data context adapter Linq2Db - source\OdataToEntity.Linq2Db.
Routing, middleware, action result - source\OdataToEntity.AspNetCore.
GraphQL - source\OdataToEntity.GraphQL.
Dynamic data context - source\OdataToEntity.EfCore.DynamicDataContext.
Client Microsoft.OData.Client - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspClient.
Server Asp .net core - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspServer.
Server Asp mvc .net core - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspMvcServer.
GraphQL tests - test\OdataToEntity.Test.GraphQL.
Dynamic data context tests - test\OdataToEntity.Test.DynamicDataContext.
Dynamic data context http server - test\OdataToEntity.Test.DynamicDataContext.AspServer.
Script create Sql Server OdataToEntity database - \test\OdataToEntity.Test\sql_scripts\sqlserver.sql.
Script create PostgreSql OdataToEntity database - \test\OdataToEntity.Test\sql_scripts\postgresql.sql.
Script create MySql OdataToEntity database - \test\OdataToEntity.Test\sql_scripts\mysql.sql.