ODataVersion
The version of OData that should be utilized. By default, the provider is designed to automatically detect and adapt to the appropriate version, ensuring seamless integration and functionality.
Possible Values
AUTO, 2.0, 3.0, 4.0Data Type
string
Default Value
"AUTO"
Remarks
When ODataVersion is set to Auto, the version will be detected automatically. In instances where the version cannot be determined, the driver will revert to using version 3.0 as a safe fallback. Additionally, there is the option to manually specify the desired version if needed.