A business object only has a single ADO.NET data table within it so I assume you are pulling from a view of some sort. With that in mind, you can access and use the following properties on any business object.CurrentDataTable
CurrentRow
CurrentView
Count
For more information on these properties you can refer to the documentation. You may want to download the new documentation from the My Account area that includes a class library reference for every class, method, property, and event within StrataFrame.