﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Is it possible to copy Business objects to pure dotnet table?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 16 Sep 2026 20:13:21 GMT</lastBuildDate><ttl>20</ttl><item><title>Is it possible to copy Business objects to pure dotnet table?</title><link>http://forum.strataframe.net/FindPost23635.aspx</link><description>&lt;P style="BACKGROUND: white"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Dear All,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need to implement the Infragistics ultragrid to my application. So I need to bind the datasource to donet table or dataset. So my question is: Can I copy the business object to dotnet standalone table (copy the structure and the data) ? like as businessobject.CopyFrom function. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Mon, 22 Jun 2009 21:12:24 GMT</pubDate><dc:creator>Raymond Lo</dc:creator></item><item><title>RE: Is it possible to copy Business objects to pure dotnet table?</title><link>http://forum.strataframe.net/FindPost23648.aspx</link><description>Hi Trent &amp;amp; Paul ,&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Paul's coding is what I need.</description><pubDate>Mon, 22 Jun 2009 21:12:24 GMT</pubDate><dc:creator>Raymond Lo</dc:creator></item><item><title>RE: Is it possible to copy Business objects to pure dotnet table?</title><link>http://forum.strataframe.net/FindPost23645.aspx</link><description>Trent is right that the business binding source is what ya want to bind a BO to a grid.&lt;/P&gt;&lt;P&gt;However there may be&amp;nbsp;times or reasons etc&amp;nbsp;to where you will need to load data from a bo to&amp;nbsp;a data table or dataset. &lt;/P&gt;&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff&gt;Datatable.&lt;/FONT&gt;Load(BusinessObject.CurrentView.ToTable.CreateDataReader)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Dataset&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Tables(BusinessObject.TableName).Load(BusinessObject.CurrentView.ToTable.CreateDataReader)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;[/codesnippet]</description><pubDate>Mon, 22 Jun 2009 10:21:07 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Is it possible to copy Business objects to pure dotnet table?</title><link>http://forum.strataframe.net/FindPost23637.aspx</link><description>You will want to just use the BusinessBindingSource to bind to a grid.  It implements the IBindingList interface which a grid needs in order to bind.  You can get more information on this in the documentation.  But in short, just drop the BBS on the form where your BO instance resides, select the BBS and set the BusinessObject property to the instance you wish to wrap.  At this point you will be able to bind to the grid.</description><pubDate>Mon, 22 Jun 2009 07:01:47 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>