﻿<?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?)  » Copy data with field list</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 01:00:54 GMT</lastBuildDate><ttl>20</ttl><item><title>Copy data with field list</title><link>http://forum.strataframe.net/FindPost8114.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Anyway to copy data from BO to another BO for certain fields only?&lt;/P&gt;&lt;P&gt;Thnak you</description><pubDate>Mon, 16 Apr 2007 09:46:04 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Copy data with field list</title><link>http://forum.strataframe.net/FindPost8132.aspx</link><description>If you are copying data into a business object, only the columns within the destination BO will be used.&amp;nbsp; Any columns that exist on the source BO but not the destination BO will be dropped.&amp;nbsp; However, if you want to copy only a subset of the columns, you will need to create an interim DataTable with the columns that you want, copy the data into that table by cycling through the desired records, and then call the CopyDataFrom method and pass the temporary DataTable.</description><pubDate>Mon, 16 Apr 2007 09:46:04 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>