<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : SqlWhereClause Change at runtime</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : SqlWhereClause Change at runtime</description>
  <pubDate>Sat, 11 Apr 2026 14:22:03 -700</pubDate>
  <lastBuildDate>Thu, 28 Jan 2010 09:55:52 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1625</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>SqlWhereClause Change at runtime : The simplest way to do this is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6148#6148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1625<br /><strong>Posted:</strong> 28-Jan-2010 at 9:55am<br /><br />The simplest way to do this is with a PassthruRdbQuery.&nbsp; There is an Intermediate Tutorial named "Pass-Through Queries".<DIV>&nbsp;</DIV><DIV>There is a more complicated way to do this which requires writing some code which executes server-side.&nbsp; There is an Advanced Tutorial named "Remote Service Methods".</DIV>]]>
   </description>
   <pubDate>Thu, 28 Jan 2010 09:55:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6148#6148</guid>
  </item> 
  <item>
   <title>SqlWhereClause Change at runtime : This question belongs in the &amp;#034;DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6144#6144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1625<br /><strong>Posted:</strong> 28-Jan-2010 at 8:36am<br /><br />This question belongs in the "<a href="default.asp?C=5" target="_blank">DevForce Classic Edition Topics</a>" forum, not the Silverlight forum.<br><br>But to answer your question, yes, you can.<br><br>In your business object you can add this:<br><br>VB:<br><br>&nbsp;&nbsp;&nbsp; Private _newWhereClause As String = "WHERE CLAUSE HERE"<br><br>&nbsp;&nbsp;&nbsp; Public Overrides ReadOnly Property SqlWhereClause() As String<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Return _newWhereClause<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End Get<br>&nbsp;&nbsp;&nbsp; End Property<br><br>C#:<br><br>private string newWhereClause = "WHERE CLAUSE HERE";<br><br>public override string SqlWhereClause()<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return newWhereClause;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>}<br>]]>
   </description>
   <pubDate>Thu, 28 Jan 2010 08:36:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6144#6144</guid>
  </item> 
  <item>
   <title>SqlWhereClause Change at runtime : i am using DevForce Classic, can...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6143#6143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=159" rel="nofollow">vinothvdp</a><br /><strong>Subject:</strong> 1625<br /><strong>Posted:</strong> 28-Jan-2010 at 3:48am<br /><br />i am using DevForce Classic, can i do here.if can then please give me some sample.]]>
   </description>
   <pubDate>Thu, 28 Jan 2010 03:48:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6143#6143</guid>
  </item> 
  <item>
   <title>SqlWhereClause Change at runtime : For DevForce Silverlight, you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6128#6128</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1625<br /><strong>Posted:</strong> 25-Jan-2010 at 9:36am<br /><br />For DevForce Silverlight, you would not use a SqlWhere clause in a command that you would send to the database.&nbsp; You would use Linq and send the query to a DevForce EntityManager.]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 09:36:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6128#6128</guid>
  </item> 
  <item>
   <title>SqlWhereClause Change at runtime : Greets,  i want to change the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6112#6112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=159" rel="nofollow">vinothvdp</a><br /><strong>Subject:</strong> 1625<br /><strong>Posted:</strong> 23-Jan-2010 at 4:29am<br /><br />Greets,<br /><br />i want to change the SqlWhereClause at run time. is this possible please help me out.<br /><br />Thank you]]>
   </description>
   <pubDate>Sat, 23 Jan 2010 04:29:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1625&amp;PID=6112#6112</guid>
  </item> 
 </channel>
</rss>