For understanding the usage of the Shareddatatable ;BusinessObject1 and BusinessObject2 are the two objects of same type. These are on different forms.
Each of them has an internal table. Let's say table1 anf table2.
After BusinessObject1.SharedDataTableKey is assigned with a key ( Mykey).
What happens ? (The second Object's SharedDataTableKey has not been assigned yet.)
Does the framework allocate a new datatable for sharing ?
After BusinessObject2.SharedDataTableKey is assigned with the same key ( Mykey).
BusinessObjects2 uses BusinessObject1's internal table as shareddatatable ? Is it correct ?