No announcements
Found 3659313 threads
-
0 Votes
Is there a way to return properties from two related entities
That link is similar to what will happen if you ask for ~/Orders(1234)/OrderDetails (in fact it will likely be using that shape of the query).Answered | 13 Replies | 1800 Views | Created by DavidThi808 - Tuesday, August 28, 2012 11:33 PM | Last reply by DavidThi808 - Wednesday, September 12, 2012 1:30 PM -
0 Votes
Best way to load entities
<correction> var result = (from a in context.Itents.Where(i=> i.Priority == true).include("Proposal") select a);Answered | 2 Replies | 139 Views | Created by Matheussi - Friday, May 16, 2014 12:36 PM | Last reply by darnold924 - Friday, May 16, 2014 11:44 PM -
0 Votes
What is the best way to read entity properties in "Include" with similar names?
Type myType=typeof(MyClass); // Get the PropertyInfo object by passing the property name.Unanswered | 5 Replies | 114 Views | Created by An0nym0u5User - Sunday, May 23, 2021 11:59 AM | Last reply by An0nym0u5User - Wednesday, June 2, 2021 3:03 AM -
0 Votes
What is the best way to read entity properties in "Include" with similar names?
Type myType=typeof(MyClass); // Get the PropertyInfo object by passing the property name.Unanswered | 5 Replies | 143 Views | Created by An0nym0u5User - Sunday, May 23, 2021 11:59 AM | Last reply by An0nym0u5User - Wednesday, June 2, 2021 3:03 AM -
0 Votes
Include property of related entity on screen
I think that's what you want.Answered | 2 Replies | 1355 Views | Created by Brian Kidd - Friday, January 27, 2012 6:47 PM | Last reply by Brian Kidd - Tuesday, January 31, 2012 2:03 AM -
0 Votes
What's the best way to handle not null values using Entity Framework
I'm using Entity Framework with MVC in Windows Forms and I have a Customers CRUD with not null values.Answered | 2 Replies | 96 Views | Created by layPanel - Thursday, November 6, 2014 12:38 AM | Last reply by darnold924 - Thursday, November 6, 2014 2:00 AM -
0 Votes
What's the best way to read JSON data?
but you can read JSON with a JavaScriptSerializerAnswered | 4 Replies | 2994 Views | Created by DavidThi808 - Monday, December 19, 2011 4:34 PM | Last reply by Malobukv - Tuesday, December 20, 2011 5:05 PM -
0 Votes
Dynamic Entities and reading Properties
contact id is Key property, so cast must be following: KeyProperty sContatId = ...Answered | 1 Replies | 4584 Views | Created by BlueSting - Monday, May 25, 2009 9:35 AM | Last reply by Andrii Butenko - Monday, May 25, 2009 10:23 AM -
1 Votes
Getting the navigational property name for an entity relation.
I will make sure we also consider the best way to get the navigation property from the related end.Answered | 6 Replies | 5755 Views | Created by Dmitry Starosta - Thursday, June 18, 2009 4:45 AM | Last reply by Diego B Vega [MSFT] - Sunday, June 21, 2009 6:54 PM -
0 Votes
What is the best way to Version Name my Project?
So this is what I came up with.Answered | 5 Replies | 578 Views | Created by PSULionRP - Monday, April 22, 2013 8:07 PM | Last reply by swivan - Wednesday, April 24, 2013 1:22 AM -
0 Votes
Best way to add new entity to the IEnumerable produced from the ObjectQuery
What is the best way to do this?Answered | 11 Replies | 4694 Views | Created by Joshua Chan - Thursday, August 5, 2010 1:59 PM | Last reply by Srinivas Gantimahapatruni - MCPD - Tuesday, August 10, 2010 9:24 PM -
0 Votes
what is the best way for reading owl and rdf files.
But do you have any particular format apart from the link posted then please do post the link after uploading and what are your requirements in that code.Answered | 4 Replies | 2267 Views | Created by a_immortal - Tuesday, January 3, 2012 10:41 AM | Last reply by REHAN BHARUCHA - Saturday, January 7, 2012 4:24 PM -
0 Votes
Best way for Reading XML file...
Whats is the good way to read this file.Answered | 13 Replies | 3493 Views | Created by IamHuM - Tuesday, July 14, 2009 4:30 AM | Last reply by JohnGrove - Wednesday, July 15, 2009 4:04 PM -
0 Votes
What is the best way to include images in a desktop application?
I would say that its the best way KAnswered | 1 Replies | 2668 Views | Created by DallasSteve - Wednesday, February 9, 2011 8:42 PM | Last reply by mrkevlar - Wednesday, February 9, 2011 8:46 PM -
0 Votes
What is best approach - Having One Entity or Multiple Entities - Design Approach
What do you mean here by Resolving and Tracing.Answered | 4 Replies | 4322 Views | Created by Puneet Joshi - Thursday, April 21, 2011 2:00 AM | Last reply by Puneet Joshi - Friday, April 22, 2011 4:17 PM -
0 Votes
What is the best way to store connection string?
What is the professional way to strore connection string?Answered | 5 Replies | 5529 Views | Created by Ather_ - Wednesday, November 3, 2010 6:28 AM | Last reply by Papy Normand - Wednesday, November 3, 2010 9:27 AM -
0 Votes
What is the best way to benchmark TempDB?
I think what you guys are suggesting is best practice , not becnhmark..I think benchmark will include All CPU,mem,disk ...Answered | 7 Replies | 1387 Views | Created by Mr Shaw - Wednesday, June 12, 2013 1:16 PM | Last reply by Shanky_621 - Wednesday, June 12, 2013 5:26 PM -
1 Votes
Including Associated Objects using Entity SQL
You can probably write something similar to this:Answered | 1 Replies | 2927 Views | Created by esteuart - Saturday, December 20, 2008 12:49 AM | Last reply by Diego B Vega [MSFT] - Saturday, December 20, 2008 12:25 PM -
4 Votes
VB.NET: what is best way to hide property in design mode for a drived class?
them if they provide no help, this will help others who are looking for solutions to the same or similar problem.Answered | 9 Replies | 879 Views | Created by JJChen - Tuesday, February 18, 2014 7:54 PM | Last reply by Cor Ligthert - Wednesday, February 19, 2014 8:01 AM -
2 Votes
What's the best intro to Entity Framework book?
Recently, I am reading the Entity Framework learning guide written by Zeeshan Hirani.Answered | 5 Replies | 8910 Views | Created by DavidThi808 - Sunday, February 28, 2010 6:02 PM | Last reply by jetgg - Sunday, September 29, 2013 5:30 PM - Items 1 to 20 of 3659313 Next ›
No announcements