Using .NET Framework Collections

In Microsoft Dynamics NAV, a common development task is to write code that loops through a set of records and performs an operation on each record in the set. You can do the same task in the .NET Framework with a collection, which is a .NET Framework object that you can iterate over.

Bron : MSDN
Lees meer…

Leave a Comment.