<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LinqExtender Forum Rss Feed</title><link>http://www.codeplex.com/LinqExtender/Thread/List.aspx</link><description>LinqExtender Forum Rss Description</description><item><title>New Post: Suggestion needed for object level changes.</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=80924</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;As with current version, if we need a book object&lt;/p&gt;
&lt;p&gt;public class Book&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;public string Name {get;set;}&lt;/p&gt;
&lt;p&gt;public string MyBook {get;set;}&lt;/p&gt;
&lt;p&gt;}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here , i dont need the MyBook property to be included in my searh or being considered with Linqextender. Currently, the way is to mark it with [Ignore] attribute. But rather doing that how about making the implemention dependent on interface or &amp;quot;virual&amp;quot; proeprties. In that case if you dont need something then. just dont define it in your interface or dont mark as virual.&lt;/p&gt;
&lt;p&gt;So, the Book becomes :&lt;/p&gt;
&lt;p&gt;public Book : IBook&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;public string Name {get;set;}&lt;/p&gt;
&lt;p&gt;public string MyBook {get;set;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;where IBook implements the &amp;quot;Name&amp;quot; property. So, &amp;quot;MyBook&amp;quot; wont be considered anyway. Or mark the property as &amp;quot;vrual&amp;quot; :&lt;/p&gt;
&lt;p&gt;public Book : IBook&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;public virtual string Name {get;set;}&lt;/p&gt;
&lt;p&gt;public string MyBook {get;set;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Any issue you see ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Fri, 15 Jan 2010 07:59:29 GMT</pubDate><guid isPermaLink="false">New Post: Suggestion needed for object level changes. 20100115075929A</guid></item><item><title>New Post: Does this Support Nested Object Graphs</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=72588</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you please write here the LINQ query that you are looking for here. LinqExtender do supports nested object graph.&amp;nbsp; But which is not impllement SQL ORM that comes with it. Its in the todo list.&lt;/p&gt;&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Wed, 21 Oct 2009 05:47:39 GMT</pubDate><guid isPermaLink="false">New Post: Does this Support Nested Object Graphs 20091021054739A</guid></item><item><title>New Post: Does this Support Nested Object Graphs</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=72588</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is there support for object graphs like this? Or can this only be used with simple graphs?&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;class&lt;/span&gt; Order {
   &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;int&lt;/span&gt; Id {&lt;span style="color:Blue"&gt;get&lt;/span&gt;;&lt;span style="color:Blue"&gt;set&lt;/span&gt;;}
   &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;string&lt;/span&gt; Description {&lt;span style="color:Blue"&gt;get&lt;/span&gt;;&lt;span style="color:Blue"&gt;set&lt;/span&gt;;}
}

&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;class&lt;/span&gt; Customer {
   &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;int&lt;/span&gt; Id {&lt;span style="color:Blue"&gt;get&lt;/span&gt;;&lt;span style="color:Blue"&gt;set&lt;/span&gt;;}
   &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;string&lt;/span&gt; Name {&lt;span style="color:Blue"&gt;get&lt;/span&gt;;&lt;span style="color:Blue"&gt;set&lt;/span&gt;;}
   IEnumerable&amp;lt;Order&amp;gt; Orders {&lt;span style="color:Blue"&gt;get&lt;/span&gt;;}
}
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>AB_dreeve</author><pubDate>Tue, 20 Oct 2009 21:04:34 GMT</pubDate><guid isPermaLink="false">New Post: Does this Support Nested Object Graphs 20091020090434P</guid></item><item><title>New Post: License</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=72529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Tim&lt;/p&gt;
&lt;p&gt;License has been changed to Apache 2.0 , it gives the freedom to distribute as an object form.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Tue, 20 Oct 2009 17:50:09 GMT</pubDate><guid isPermaLink="false">New Post: License 20091020055009P</guid></item><item><title>New Post: License</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=72529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What license is this library released under? When I click the download links, I get offered a copy of the GPL to agree to before downloading, but the only license I can see in the downloaded source code itself is a waranty disclaimer (no GPL). My intention was to use the library as part of a commercial closed-source project, which will be impossible if the code is GPL-licensed.&lt;/p&gt;&lt;/div&gt;</description><author>timmartin</author><pubDate>Tue, 20 Oct 2009 11:44:49 GMT</pubDate><guid isPermaLink="false">New Post: License 20091020114449A</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;First of all can you give me another username of yours at
codeplex, unfortunate whenever I try to add in the contributor list I get an exception,
don’t know why ?  You can feel free to make changes that solve problem
globally.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt; kmilovm
[mailto:notifications@codeplex.com] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Sunday, August 23, 2009 11:50 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; mehfuz@gmail.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: What if UniqueAttribute is not the identity one?
[LinqExtender:62399]&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;From:
kmilovm&lt;/span&gt;&lt;/p&gt;

&lt;div style="margin-bottom:24.0pt" id=ThreadNotificationPostBody&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Hi Again
Mehfuz&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Sorry for
being a little away of the project but I was attending some work issues
different to this, so I found the cause of my predication issues, the reason is
located on IQuery interfaces, it only implements any and count methods, but not
the where that I need, please tell me if I need to expand this Interface to
achieve this or you have a better idea on that, fixing this, I will have the
time needed to be dedicated to help you achieving your new goal, if you
still need my help off course, just let me know the details of your
new idea if you have them, and I will separate some hours at my weekend to
working on it by now, when I resolve my predicate issue I can give more time to
work on it. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Thank you
in advance. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;KMILO&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style="border:none;border-top:solid #CCCCCC 1.0pt;padding:0in 0in 0in 0in" id=ThreadNotificationFooter&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Read
the &lt;a href="http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399&amp;ANCHOR#Post226833"&gt;full
discussion online&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
add a post to this discussion, reply to this email (&lt;a href="mailto:LinqExtender@discussions.codeplex.com?subject=[LinqExtender:62399]"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
start a new discussion for this project, email &lt;a href="mailto:LinqExtender@discussions.codeplex.com"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;You
are receiving this email because you subscribed to this discussion on CodePlex.
You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/62399"&gt;unsubscribe&lt;/a&gt;
on codePlex.com.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Please
note: Images and attachments will be removed from emails. Any posts to this
discussion will also be available online at codeplex.com&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Sun, 23 Aug 2009 17:33:36 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090823053336P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Again Mehfuz&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for being a little away of the project but I was attending some work issues different to this, so I found the cause of my predication issues, the reason is located on IQuery interfaces, it only implements any and count methods, but not the where that I need, please tell me if I need to expand this Interface to achieve this or you have a better idea on that, fixing this, I will have the time needed to be dedicated to help you achieving your new goal, if&amp;nbsp;you still need my help off course, just let me know the details of&amp;nbsp;your new&amp;nbsp;idea if you have them, and I will separate some hours at my weekend to working on it by now, when I resolve my predicate issue I can give more time to work on it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Sun, 23 Aug 2009 16:49:30 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090823044930P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Hi,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;I have
added you as a contributor to the project with this  &lt;/span&gt;&lt;b&gt;&lt;span style="font-size:15.0pt;font-family:'Segoe UI','sans-serif';color:#30332D"&gt;kmilovm
&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;username. If you get , latest bits, you will see that I have
separated the SQL formatter from the main project as it should not be tied to
the main project. &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Now,
the idea is that we can be able to add any attributes to the settings using the
Fluent settings, that will make it as a generic project. &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Like&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Extender.Settings.For(book=&amp;gt;
book.id).WithAttribute(typeof(MyAttribte)).MarkAsUnique(false);  that will make
it unique but non identity.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Similarly,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Extender.Settings.For(book=&amp;gt;
book.id). MarkAsUnique(false);  that will make it unique but non identity.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style="margin-bottom:8.4pt;background:white"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Also,
I have a plan to generate meta language like (OQL) instead of original sql from
the formatter that will make it portable to different databases. That’s it for
now, let me know, if you can help me on that.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Regards,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Mehfuz&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt; kmilovm
[mailto:notifications@codeplex.com] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, July 31, 2009 2:25 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; mehfuz@gmail.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: What if UniqueAttribute is not the identity one?
[LinqExtender:62399]&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;From:
kmilovm&lt;/span&gt;&lt;/p&gt;

&lt;div style="margin-bottom:24.0pt" id=ThreadNotificationPostBody&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Hi
mehfuzh,  I already sent to you the code, and the explanation of my
predicate issues, that Im still having, I can get single results but when the
results throws several records does not work. thanks for any tip that you can
give me on this.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;TIA,&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;KMILO&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style="border:none;border-top:solid #CCCCCC 1.0pt;padding:0in 0in 0in 0in" id=ThreadNotificationFooter&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Read
the &lt;a href="http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399&amp;ANCHOR#Post217724"&gt;full
discussion online&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
add a post to this discussion, reply to this email (&lt;a href="mailto:LinqExtender@discussions.codeplex.com?subject=[LinqExtender:62399]"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
start a new discussion for this project, email &lt;a href="mailto:LinqExtender@discussions.codeplex.com"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;You
are receiving this email because you subscribed to this discussion on CodePlex.
You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/62399"&gt;unsubscribe&lt;/a&gt;
on codePlex.com.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Please
note: Images and attachments will be removed from emails. Any posts to this
discussion will also be available online at codeplex.com&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Wed, 05 Aug 2009 08:01:09 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090805080109A</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;In the your code there is one file missing its says.. please check my&lt;br&gt;last comment.&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Jul 30, 2009 at 10:25 PM, kmilovm&amp;lt;notifications@codeplex.com&amp;gt; wrote:&lt;br&gt;&amp;gt; From: kmilovm&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Hi mehfuzh,  I already sent to you the code, and the explanation of my&lt;br&gt;&amp;gt; predicate issues, that Im still having, I can get single results but when&lt;br&gt;&amp;gt; the results throws several records does not work. thanks for any tip that&lt;br&gt;&amp;gt; you can give me on this.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; TIA,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; KMILO&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Read the full discussion online.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; To add a post to this discussion, reply to this email&lt;br&gt;&amp;gt; ([email removed])&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; To start a new discussion for this project, email&lt;br&gt;&amp;gt; [email removed]&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; You are receiving this email because you subscribed to this discussion on&lt;br&gt;&amp;gt; CodePlex. You can unsubscribe on codePlex.com.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Please note: Images and attachments will be removed from emails. Any posts&lt;br&gt;&amp;gt; to this discussion will also be available online at codeplex.com&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- &lt;br&gt;Best Regards,&lt;br&gt;Mehfuz Hossain&lt;br&gt;http://weblogs.asp.net/mehfuzh&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Fri, 31 Jul 2009 08:09:21 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090731080921A</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi mehfuzh,&amp;nbsp; I already sent to you the code, and the explanation of my predicate issues, that Im still having, I can get single results but when the results throws several records does not work. thanks for any tip that you can give me on this.&lt;/p&gt;
&lt;p&gt;TIA,&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Thu, 30 Jul 2009 19:25:15 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090730072515P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Hi,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Now, the issue is Identity makes the attribute more database
centric, remember LinqExtender is a generic product not a database tool , but
yes , it is mostly used in database. Actually, I should remove the TSql stuff
from LinqExtender.Core to LinqExtender.Providers , then we can modify the
TSqlFormat provider the way we want.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;You could have added just a property in unique attribute that
will make it , non identity. Like IsAutoGenerated = true, then you can specify
it either from attribute or Extender.Settings. Let me know what is the issue
with predicate, I mean few codes.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;My email : &lt;a href="mailto:mehfuz@gmail.com"&gt;mehfuz@gmail.com&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Regards,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Mehfuz.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt; kmilovm
[mailto:notifications@codeplex.com] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, July 24, 2009 11:47 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; mehfuz@gmail.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: What if UniqueAttribute is not the identity one?
[LinqExtender:62399]&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;From:
kmilovm&lt;/span&gt;&lt;/p&gt;

&lt;div style="margin-bottom:24.0pt" id=ThreadNotificationPostBody&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Hi Mehfuzh,&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;First than
all I want to apologize for my mispelling of your name at last post, sorry for
that!!! well about the modifications that I made were in the
bucket attempting to work with Ignore attributes at all time but the sql
process, in fact you could make several operations at bucket time with this
fields at your own implementation of the provider and another objetcs but
it will ignore them at CRUD time, another feature is the Identity attribute,
marking a property with this attribute you will gain some database like
functionality where the unique field is different than identity one. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Im still
having issues with the predicates, can you give me a little help on that?
Thanks in advance.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;KMILO&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style="border:none;border-top:solid #CCCCCC 1.0pt;padding:0in 0in 0in 0in" id=ThreadNotificationFooter&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Read
the &lt;a href="http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399&amp;ANCHOR#Post215858"&gt;full
discussion online&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
add a post to this discussion, reply to this email (&lt;a href="mailto:LinqExtender@discussions.codeplex.com?subject=[LinqExtender:62399]"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
start a new discussion for this project, email &lt;a href="mailto:LinqExtender@discussions.codeplex.com"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;You
are receiving this email because you subscribed to this discussion on CodePlex.
You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/62399"&gt;unsubscribe&lt;/a&gt;
on codePlex.com.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Please
note: Images and attachments will be removed from emails. Any posts to this
discussion will also be available online at codeplex.com&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Sat, 25 Jul 2009 06:21:00 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090725062100A</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Mehfuzh,&lt;/p&gt;
&lt;p&gt;First than all I want to apologize for my mispelling of your name at last post, sorry for that!!! well&amp;nbsp;about the&amp;nbsp;modifications that&amp;nbsp;I made were in the bucket attempting to work with Ignore attributes at all time but the sql process, in fact you could make several operations at bucket time with this fields at your own implementation of the provider and&amp;nbsp;another objetcs&amp;nbsp;but it will ignore them at CRUD time, another feature is the Identity attribute, marking a property with this attribute you will gain some database like functionality where the unique field is different than identity one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Im still having issues with the predicates, can you give me a little help on that? Thanks in advance.&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Fri, 24 Jul 2009 20:47:11 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090724084711P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Hey, &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Let me know the features.. I will take a look.. optionally.. I will
set you up an account, which i forgot to do earlier. But please list down the
features you have made, also add few test methods regarding it.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Regards,&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Mehfuz.&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt; kmilovm
[mailto:notifications@codeplex.com] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, July 24, 2009 8:06 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; mehfuz@gmail.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: What if UniqueAttribute is not the identity one?
[LinqExtender:62399]&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;From:
kmilovm&lt;/span&gt;&lt;/p&gt;

&lt;div style="margin-bottom:24.0pt" id=ThreadNotificationPostBody&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;Hi again
Mezfuzh,&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;I recently
finished my own implementation of LINQEXTENDER, and has some new features
that I would like to you to check, please tell me where I can send you an email
with the code, Im currently correcting some troubles with the predicates at the
objects collections, do you know if your version has this issues too? the
issues are expecifically that I provide the predicate and the collection cannot
make the query on itself and returns me the entire collection, any ideas?&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;TIA,&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;KMILO&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style="border:none;border-top:solid #CCCCCC 1.0pt;padding:0in 0in 0in 0in" id=ThreadNotificationFooter&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Read
the &lt;a href="http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399&amp;ANCHOR#Post215781"&gt;full
discussion online&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
add a post to this discussion, reply to this email (&lt;a href="mailto:LinqExtender@discussions.codeplex.com?subject=[LinqExtender:62399]"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To
start a new discussion for this project, email &lt;a href="mailto:LinqExtender@discussions.codeplex.com"&gt;LinqExtender@discussions.codeplex.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;You
are receiving this email because you subscribed to this discussion on CodePlex.
You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/62399"&gt;unsubscribe&lt;/a&gt;
on codePlex.com.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Please
note: Images and attachments will be removed from emails. Any posts to this
discussion will also be available online at codeplex.com&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Fri, 24 Jul 2009 20:09:30 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090724080930P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi again Mezfuzh,&lt;/p&gt;
&lt;p&gt;I recently finished my own implementation of LINQEXTENDER, and has some new&amp;nbsp;features that I would like to you to check, please tell me where I can send you an email with the code, Im currently correcting some troubles with the predicates at the objects collections, do you know if your version has this issues too? the issues are expecifically that I provide the predicate and the collection cannot make the query on itself and returns me the entire collection, any ideas?&lt;/p&gt;
&lt;p&gt;TIA,&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Fri, 24 Jul 2009 17:05:35 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090724050535P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yeap It is, Im going to fill up my profile for being a little more verbosity at my expertises :D&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Thu, 16 Jul 2009 20:08:20 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090716080820P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That's cool but original idea was to remove the dependency&amp;nbsp;from any database related attrubutes as extender can be used in other projects like LinqToFlickr. May be you can do a TSqlFormater modification.. any let me know how it goes.. i will be adding you to the project as well. Is this your original codeplex id?&lt;/p&gt;&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Thu, 16 Jul 2009 20:05:02 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090716080502P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color:#000000"&gt;Ok, Im start the modifications to the extender I implement a new attribute marked as IsIdenity for making a difference on Unique and Identity fields on database, this works perfectly at inserting time on the datacontext, but when I modify some entities the bucket still recognize the IsNewlyAdded because the method to get this property value its getting all the unique and identity attributes on item, and if its new or modified always will have this atributtes set, how can I difference better when Im inserting or updating?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks In Advance&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Thu, 16 Jul 2009 15:34:11 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090716033411P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sounds very cool man, Im a little busy right now and my english is not the best as you can see, but Ill be so thankfully if you add me to your project and I hope I can help you and the community on this.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Wed, 15 Jul 2009 19:28:10 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090715072810P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;How about i add you in the project, so that you can contribute and modify things as well of course.&lt;/p&gt;&lt;/div&gt;</description><author>mehfuzh</author><pubDate>Wed, 15 Jul 2009 17:22:38 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090715052238P</guid></item><item><title>New Post: What if UniqueAttribute is not the identity one?</title><link>http://linqextender.codeplex.com/Thread/View.aspx?ThreadId=62399</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for your sooner answer Mehfuzh.&lt;/p&gt;
&lt;p&gt;I was reading the article that you describe me before I post, I think that I was not too specifical at the last post, Im currently implementing a vsaddin for emulating the behavior of linqtosql, but my entities are objects generated upon some queries on database, for example: I have a table that holds all the object information, another to get the attributes of this object and the last one with the relations of this&amp;nbsp;attributes&amp;nbsp;with the object itself and another objects like itself, so my addin shows graphically this objects and using CodeDOM I will build a dbml diagram with all the custom logic inside to get this objects works as linq, in this part is where your extender comes up, so my objects are dinamically generated using the database properties like nullable and&amp;nbsp;primarykey, in the case of being primary keys my codedom marks this field as uniqueattribute, but getting into your code I could see that your mark as IsNewlyAdded the item when you submit the changes on the objectcontext based on the condition if the item has uniqueattributes, but if mark some attributes as unique, the extender assume that these fields are Identity and are not part of the insert operation, I see several things to do, but all of them implies modifying the core of the extender, and as I say on the first post I dont wanna do that because any time you&amp;nbsp;drop a new version I will have to check if the new version impacts my modifying one, if you want for being more clear about my position, I will send the code to you if you want to see it by yourself.&lt;/p&gt;
&lt;p&gt;Thanks in Advance&lt;/p&gt;
&lt;p&gt;KMILO&lt;/p&gt;&lt;/div&gt;</description><author>kmilovm</author><pubDate>Wed, 15 Jul 2009 15:20:33 GMT</pubDate><guid isPermaLink="false">New Post: What if UniqueAttribute is not the identity one? 20090715032033P</guid></item></channel></rss>