Group: Forum Members
Posts: 340,
Visits: 1.4K
|
This may be a dumb question but I can't quite get this to work.
I have a string variable containing the fully qualified name of a business object.
Example: Dim var as String = "Avanti.DTS.BusinessObject.CustomersBO"
I want to instantiate the actual business object based on the string value so I can access the field names and lengths etc...
can someone let me know how to do this?
Thanks,
Tim
|