|
Step 1: Use this wizard to add code customization.
Step 2: Add the following code to your application which calls the function you just added using this wizard.
<Table Name>Table.Instance.GetLargest();
Here is an example code:
int value = Order_DetailsTable.Instance.GetLargest();
Step 3: Build and run the application.
|