﻿<?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?)  » Mapper Error?</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 04:14:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Mapper Error?</title><link>http://forum.strataframe.net/FindPost1142.aspx</link><description>I've got a table in the database with all fields set to allow null except for the PK fields. After importing into the DDT, the allow null setting is correct. When I use the mapper to configure a bo for this table it has all the fiellds to "Do Not Allow Null". This is probably not right.</description><pubDate>Tue, 09 May 2006 13:47:42 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Mapper Error?</title><link>http://forum.strataframe.net/FindPost1172.aspx</link><description>Good question.&amp;nbsp; That name would be more descriptive of what it does.&amp;nbsp; If we make a change, though, it will have to be at a version change, so right now, it's going to stay as AllowNullValues.</description><pubDate>Tue, 09 May 2006 13:47:42 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Mapper Error?</title><link>http://forum.strataframe.net/FindPost1166.aspx</link><description>Why is it called AllowNullValues rather  than  DontInitInNewRow?</description><pubDate>Tue, 09 May 2006 12:23:19 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Mapper Error?</title><link>http://forum.strataframe.net/FindPost1151.aspx</link><description>The BOMapper's allow null option and the "Allow Null" setting within the DDT are independent; one does not pull from the other.&amp;nbsp; Whether you have the "Allow Null" option checked or not, to configure a business object to use NULL values, you need to configure the field within the BOMapper to the appropriate value, and set the "AllowNullValues" property on the business object to "true."&amp;nbsp; The AllowNullValues property doesn't determine what values you can set on your field properties, but tells the business object not to initialize new rows (if the value is false, when you create a new row through NewRow() or Add(), the business object initializes all values within the new row to remove the DBNull.Value values.</description><pubDate>Tue, 09 May 2006 08:43:28 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>