Quantcast
Viewing all articles
Browse latest Browse all 125409

Forum Post: RE: Access Ax 2012 data from within WPF

Hi,

sorry for late response - I ended up performing the select on Ax side, e.g:

select firstonly10 custTable;

Then in .NET I have method which accepts CustTable buffer, and just iterates through it:

void dummy(CustTable CustTable)

do

{

// you have now full control over custtable

}while (CustTable.Next())

I would call this technique unLINQ :)

Thanks,

M


Viewing all articles
Browse latest Browse all 125409

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>