cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

GetDataTableEntryByKey improvement request

GetDataTableEntryByKey improvement request

In the case of the Get Data Table Entry By Key service, handling the situation in which a key doesn't exist, can only be done in the catch block of a try-catch statement. This doesn't look like a best practice. It would be nice if the Get Data Table Entry By Key wouldn't have thrown an error if the key doesn't exist and it would have just returned null.