Tag: data types
-
Convert a selection range table to the alpha numbers for later queries
If you have an OData service, where you fetching a data type, that has an alpha conversion routine active, you may have experienced also the problem, that you need to convert your select options to work properly with SQL queries. To do that, we create a small private method in our gateway class. Before we…