<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>meandmark.com &#187; Core Data</title>
	<atom:link href="http://meandmark.com/blog/tag/core-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://meandmark.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 19:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Value Expressions: Where to Find Documentation</title>
		<link>http://meandmark.com/blog/2010/05/value-expressions-where-to-find-documentation/</link>
		<comments>http://meandmark.com/blog/2010/05/value-expressions-where-to-find-documentation/#comments</comments>
		<pubDate>Mon, 03 May 2010 04:40:08 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[cocoa]]></category>
		<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[Core Data]]></category>

		<guid isPermaLink="false">http://meandmark.com/blog/?p=200</guid>
		<description><![CDATA[When you open a mapping model in a Core Data project, you&#8217;ll see that attributes and relationships have a value expression, and you have the option to change the value expression. For attributes the value expression is usually simple. $source.AttributeName I wanted to see what kinds of values you could give a value expression. I [...]]]></description>
			<content:encoded><![CDATA[<p>When you open a mapping model in a Core Data project, you&#8217;ll see that attributes and relationships have a value expression, and you have the option to change the value expression. For attributes the value expression is usually simple.</p>
<p><code>
<pre>$source.AttributeName</pre>
<p> </code></p>
<p>I wanted to see what kinds of values you could give a value expression. I did a Google search and found some questions from people on mailing lists and message boards from people who wanted the same information as I did. But I found no answers. After doing some more searching, I learned an important piece of information.</p>
<p>A value expression is an object of the NSExpression class. With this information I could look at Apple&#8217;s documentation. The place to start is the NSExpression class reference. In the class reference is a link to Apple&#8217;s <strong>Predicate Programming Guide</strong>. After looking at both documents, I learned value expressions are a large topic with many possible values, too many for me to answer here. But I now know where to look when I need information on value expressions. Now you know where to look too.</p>
]]></content:encoded>
			<wfw:commentRss>http://meandmark.com/blog/2010/05/value-expressions-where-to-find-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/szymczyk/public_html/blog/wp-includes/feed-rss2.php:11) in <b>/home/szymczyk/public_html/blog/wp-includes/pluggable.php</b> on line <b>897</b><br />

