I am using SQL Server 2008 R2 to do a AR Report. How to a method can get data from database. This is a method in CustInvoiceTable. Name of method is displayInvoiceAccountName.
display DirPartyName displayInvoiceAccountName()
{
return CustTable::find(this.InvoiceAccount).name();
}
P/s:How to get Data on Sql server 2008 R2?