Configuring OData Models

Configuring OData Models

ODataDB creates OData models, reading database metadata and special configuration tables and views.

It publishes tables and views as EntitySets and stored procedures as FunctionImports or ActionImports.

Created FunctionImports can return collections of EntitySets or complex types.

Developers can customize the default behavior using the configuration objects.

The configuration framework has enough features to implement corporate web applications.

Moreover, you can use the built-in JavaScript client or even Microsoft Excel with the SaveToDB add-in as a client.

See details in the Developer Guide.

Also, we recommend playing with the ODataDB online samples at

You will find annotated samples, editable tables, applied configurations, and sources codes.