1.

What Is The Main Difference Between Odata Model And Json Model?

Answer»

The JSON model is a CLIENT-side model and, therefore, intended for SMALL DATASETS, which are completely available on the client.The OData model is a SERVER-side model: the dataset is only available on the server and the client only knows the currently visible rows and fields.

The JSON model is a client-side model and, therefore, intended for small datasets, which are completely available on the client.The OData model is a server-side model: the dataset is only available on the server and the client only knows the currently visible rows and fields.



Discussion

No Comment Found