No announcements
Found 2933105 threads
-
0 Votes
How to map multiple entities on the same table
Hi, You can create a DefiningQuery for the new entity that includes the fields you need of both logins and admins tables (instead of mapping multiple ...Unanswered | 1 Replies | 4559 Views | Created by radco_slovakia - Tuesday, June 30, 2009 10:12 AM | Last reply by Gil Fink - Tuesday, June 30, 2009 5:26 PM -
0 Votes
Need some practical advice on how to effectivly work with LINQ to Entities with real-world data models
using the LINQ to entities edmx tool--or if not possible in the tool, how to do the same without the tool. I am ...Answered | 1 Replies | 4071 Views | Created by plditallo - Saturday, April 11, 2009 10:27 PM | Last reply by Stipe-Ivan Latkovic - Sunday, April 12, 2009 1:00 AM -
0 Votes
Showing multiple route on the same map
Hi, I am wondering if I can show multiple route on the same map, for example: from A to B, then from B to C, then ...Answered | 3 Replies | 4074 Views | Created by Slackfishcrab - Sunday, January 7, 2007 8:35 AM | Last reply by wortho - Wednesday, January 31, 2007 9:14 PM -
0 Votes
Multiple entities single table
Error 3034: Problem in Mapping Fragments starting at lines 178, 239: Two entities with different keys are mapped to the same row. Ensure these two mapping fragments ...Unanswered | 2 Replies | 3555 Views | Created by Jeff Langley - Tuesday, July 28, 2009 12:17 PM | Last reply by Jeff Langley - Tuesday, July 28, 2009 7:52 PM -
0 Votes
Multiple entities mapped to single table
Hello, I would like to map multiple entities to single type. For example let assume that I have Accounts table with a lot of ...Answered | 1 Replies | 3973 Views | Created by Ladislav Mrnka - Monday, August 30, 2010 9:54 PM | Last reply by liurong luo - Monday, September 6, 2010 6:39 AM -
3 Votes
multiple transactions on the same table ?
Multiple transactions can work on the same table until the requested locks by different transactions does not cause deadlocks. In your case using ...Answered | 4 Replies | 4379 Views | Created by Valentin Dan - Wednesday, January 20, 2010 1:00 PM | Last reply by TiborK - Wednesday, January 20, 2010 4:25 PM -
0 Votes
Multiple Updatable Publication on the same table!!
Hi, I have created a publication for sql server 2005 Mobile Edition subscriber, I need to add another Publication/merge replication on ...Unanswered | 1 Replies | 7296 Views | Created by Tarek Ghazali - Tuesday, October 17, 2006 12:30 PM | Last reply by Greg Y - Saturday, December 2, 2006 6:33 PM -
1 Votes
Multiple entities for one table?
I am working with both ado.net data services and the entity framework. In order to streamline the communication for ado.net data services I need to create ...Answered | 2 Replies | 4622 Views | Created by Stewart Armbrecht - Friday, February 27, 2009 3:52 AM | Last reply by Stewart Armbrecht - Saturday, February 28, 2009 12:55 AM -
3 Votes
multiple joins on the same table
I'm new to SQL 2005 & C# - I'm a MySQL/PHP crossover. I'm using s Stored Procedure and I'm trying to do multiple joins ...Answered | 3 Replies | 9704 Views | Created by douga - Thursday, January 5, 2006 5:58 PM | Last reply by Ch. Rajen Singh - Tuesday, March 25, 2014 11:49 AM -
0 Votes
Display multiple routes in the same map
Hello. I would like to know if it is possible o display more than one route on a map. Also, is it possible to change the route color? I ...Proposed | 1 Replies | 375 Views | Created by pszor - Wednesday, June 13, 2018 10:00 AM | Last reply by S1mon_ - Wednesday, June 13, 2018 12:01 PM -
0 Votes
Multiple Inserts into the same table
Hi, I am trying to insert data with multiple streams into the same table. Basically its an SSIS job which ... -
0 Votes
Same table mapped to two Entities
It is possible to map two (very similar) Entities to the same table? What I want to ...Answered | 10 Replies | 4927 Views | Created by IoanB - Thursday, May 8, 2008 6:31 PM | Last reply by Ricky Helgesson - Sunday, May 11, 2008 8:48 AM -
0 Votes
How is Azure Table Storage Constructed Internally, In Respect To That It Allows Multiple Schema Entities In The Same Table?
simple answer as to how Azure Table's internal data structures differ, since there it's no problem storing different schema entities in ...Answered | 2 Replies | 4385 Views | Created by rune007 - Wednesday, February 8, 2012 3:22 PM | Last reply by rune007 - Friday, February 10, 2012 2:10 PM -
0 Votes
RIA Services, Including multiple entities on the same level
to reduce the number of entries in my tables to ~30 (had about 1900 before), and it worked! Could it be possible that RIA services limits the size of ...Discussion | 5 Replies | 1308 Views | Created by dgendreau - Sunday, February 5, 2012 9:53 PM | Last reply by dgendreau - Monday, February 6, 2012 11:00 PM -
0 Votes
Table per Type/Heirachy shared mapping
'). However, I am not sure how to do this. I could just create ANOTHER table called RegexFormatAttributes with 'Regex' and 'Format' as ...Unanswered | 1 Replies | 3093 Views | Created by Laz001 - Thursday, May 14, 2009 10:03 AM | Last reply by Laz001 - Thursday, May 14, 2009 10:20 AM -
0 Votes
Entities 4.0 Map Tables
c.CategoryId == Id).ToList(); How can I achieve the same thing when using linq to entities???Answered | 1 Replies | 3442 Views | Created by jonahpup - Monday, October 25, 2010 4:44 AM | Last reply by liurong luo - Monday, November 1, 2010 2:10 AM -
0 Votes
MapPoint - Displaying multiple 'routes' on the same map
MapPoint 2006 and I want to know if is it possible to see multiple routes on one mappoint-control ? I think MapPoint supports a single route at a time ...Unanswered | 0 Replies | 4432 Views | Created by jbeaudoin_qc - Monday, June 19, 2006 7:16 PM | Last reply by jbeaudoin_qc - Thursday, June 22, 2006 12:37 PM -
0 Votes
Mapping multiple associations between the same two entities
example, if addressType column is "billing" then map this table row to a BillingAddress navigation property of Customer. In ...Answered | 4 Replies | 4798 Views | Created by Andrey Y_ - Friday, April 11, 2008 7:25 AM | Last reply by MatthieuMEZIL - Friday, April 11, 2008 1:37 PM -
1 Votes
Multiple lookups to the same table
right. If I had multiple flows in the same Data Flow task, it would take longer for SSIS to run that task and longer for me to debug. I would ...Answered | 8 Replies | 7630 Views | Created by VentsyV - Thursday, October 2, 2008 3:54 PM | Last reply by VentsyV - Thursday, October 16, 2008 6:09 PM -
0 Votes
Problem mapping different entities to the same table
Hi WhiskeyRomeoLima; Looking at the question title, "Problem mapping different entities to the same table", and showing ...Answered | 9 Replies | 9506 Views | Created by WhiskeyRomeoLima - Wednesday, August 31, 2011 3:58 PM | Last reply by Fernando Soto - MCSD - Thursday, September 1, 2011 2:18 PM - Items 1 to 20 of 2933105 Next ›
No announcements