How To Get Top 1 Record From Db In Acumatica

How to get top 1 record from db in Acumatica

Hello everybody,

today I want to share with you one trick that sometime can be useful. Imagine, that you constructed some BQL query and want to get only one record from db with ommiting others or in other words if you need TOP 1. For this purpose you can use SelectSingle method that generates SQL statement with TOP 1 records to return and executes faster.

No Comments

Add a Comment
Comments are closed