I have an Entity which has an association to another Entity annotated with @Where, like so public class EntityA {
I\'m using SqlServer 2005 and I have a column that I named. The query is something like: SELECT id, CASE WHEN <snip extensive column definition> END AS myAlias
The normal ASP.NET TableAdapters are good for simple where clauses, for example - \"where city = @city and state = @state and zip = @zip\"
I am trying to query this very complicated XML document using xDocument and LINQ to XML. I want to perform the following action:
I\'m using a CTE to generate a range of dates. 12/02/2010 10:00:00 12/02/2010 10:59:59 12/02/2010 11:00:00 12/02/2010 11:59:59
I have a simple DB that has Sites, and each Site has a bunch of Posts. I\'m trying to get all the \"Public\" Posts of a certain Site (I have a variable called site that is already an instance brought
I\'m interested in where condition; if I write: Select * from table_name where insert_date > \'2010-01-03\'
I\'m searching for the best way to display parent and child entries in one row. Example: Table A ID|PARENT_ID|VALUE
I\'m working on my first project using LINQ (in mvc), so there is probably something very simple that I missed. However, a day of searching and experimenting has not turned up anything that works, hen
What I\'d like to do is execute a MySQL query containing a where clause (\"result query\") that is stored in a column in the database. This column, containing the query, is a result of another query (