Showing posts with label Simple Display Method. Show all posts
Showing posts with label Simple Display Method. Show all posts

Monday, 7 May 2018

Simple Display Method

display itemName itemName()
{   
inventTable        inventTable;   
             
select name from inventTable   where inventTable.itemId == this.itemId;
  
return inventTable.name;
 }