Configuring OData Models
ODataDB generates OData models by reading database metadata along with specific configuration tables and views.
It publishes tables and views as EntitySets, while stored procedures are exposed as FunctionImports or ActionImports.
FunctionImports can return collections of EntitySets or complex types.
Developers can customize the default behavior using configuration objects.
The configuration framework offers robust features suitable for building corporate web applications.
Additionally, you can use the built-in JavaScript client or Microsoft Excel with the SaveToDB add-in as a client.
For more details, check out the Developer Guide.
We also recommend exploring the ODataDB online samples at:
Here, you'll find annotated samples, editable tables, applied configurations, and source code.