﻿<?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 » WinForms (How do I?)  » Create Business Object from a Query?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 11:50:39 GMT</lastBuildDate><ttl>20</ttl><item><title>Create Business Object from a Query?</title><link>http://forum.strataframe.net/FindPost1612.aspx</link><description>Instead of mapping to a table, can a person map a BO to a Query?</description><pubDate>Wed, 21 Jun 2006 10:51:35 GMT</pubDate><dc:creator>Jason Stevenson</dc:creator></item><item><title>RE: Create Business Object from a Query?</title><link>http://forum.strataframe.net/FindPost1615.aspx</link><description>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.&amp;nbsp; All of the retrieved columsn will then be available through the Item() property on the business object.</description><pubDate>Wed, 21 Jun 2006 10:51:35 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Create Business Object from a Query?</title><link>http://forum.strataframe.net/FindPost1614.aspx</link><description>Jason,&lt;P&gt;The only way you can map to a query and have the strong-typed properties created is by mapping to a view.&amp;nbsp; This allows you to pull from a number of different tables at the same time and bring the data into a single business object entity and still have the strong-typed property access.</description><pubDate>Wed, 21 Jun 2006 10:49:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>