Creating LINQ Queries

To query data from the database, you can use language-integrated query (LINQ), which is a part of .NET Framework. In the code of MYOB Acumatica Framework-based applications, you can use both the standard query operators (provided by LINQ libraries) and the MYOB Acumatica Framework-specific operators that are designed to query database data.

In this chapter, you can find information on how to create LINQ queries. For the general information about data querying, see Querying Data in MYOB Acumatica Framework.