DirPartyTable method in VendTable

HI All,

The following line of code used in name() method of vend table in AX.

this.DirPartyTable()…

But there is no method called DirPartyTable() in vend table’s methods.

How does DirPartyTable() method working…?

It is due to the createNavigationPropertMethods = Yes on table realtion.

https://msdn.microsoft.com/en-us/library/hh803130.aspx#BKMK_2_NavigationMethods

Hi,
Thanks for valuable reply…Can u tell me the use @ symbol in select statement…