Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you don't need the strong-typed properties, you can pull any query into a business object because the business object stores its record sets in a DataTable, which is malleable, so it can contain any number of columns. All of the retrieved columsn will then be available through the Item() property on the business object.
|