unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Create entities as separate classes for reverse scaffolding #18

Closed dwarak123 closed 4 years ago

dwarak123 commented 4 years ago

Hello,

I am a test automation analyst trying to build a framework for the Australian Department of Human Services to test OData which is exposing SAP entities and resources. I found this very useful to auto generate classes from metadata. As I am only testing this not consuming in the traditional sense I need to simulate the user input through simulation and I am having to maintain the database tables for the entities to store the input data. I have seen example where a class in the visual studio C# can be scaffold to create a table in the connected SQL server. Is this possible at all.

unchase commented 4 years ago

Hello, @dwarak123 This feature is currently not supported by the Connected Service.