No announcements
Found 2925803 threads
-
0 Votes
Adding navigation property to a view
Navigation Property is for tables, if you want to add navigation property to a view, you need to let EF consider it as ...Answered | 3 Replies | 8288 Views | Created by stduserid - Tuesday, November 6, 2012 9:27 PM | Last reply by Allen Li - Coding4Fun - Monday, November 12, 2012 1:37 AM -
0 Votes
Handling BackKeyPress event in View Model
I am using MVVM Light and my solution involves adding a trigger to the BackKeyPress event in my View, setting PassEventArgsToCommand to True and ... -
0 Votes
Entity Framework: navigation property on a view
solution was to create a view as "select *, count(....) from Promotions ...". The problem is that my view does not have Deliverers1 ...Answered | 2 Replies | 3850 Views | Created by marcin.social.ms - Monday, December 26, 2011 4:11 PM | Last reply by Alan_chen - Friday, December 30, 2011 7:24 AM -
1 Votes
Removing a navigation property
Unfortunately, there is no way to delete the navigation property in V1 of the Entity Designer. You can open the EDMX file in the XML Editor and manually delete the ...Answered | 4 Replies | 7793 Views | Created by Kevin Donovan - Thursday, October 9, 2008 12:10 AM | Last reply by PhEffetto - Saturday, November 24, 2012 11:02 AM -
0 Votes
Returning a navigation property of navigation property
serializable”, it may be cause by that when we want to save that object type into a serialzed storage medium while the type is not marked as ...Answered | 2 Replies | 669 Views | Created by matthew bennion - Friday, November 15, 2013 10:53 AM | Last reply by Fred Bao - Monday, November 18, 2013 1:52 AM -
1 Votes
How To Create A Navigation Property
;in several ways. By assigning a new object to a navigation property. By deleting or adding an object in an ...Answered | 1 Replies | 3913 Views | Created by SheldonS - Wednesday, May 11, 2011 2:32 PM | Last reply by Jackie-Sun - Monday, May 16, 2011 6:00 AM -
0 Votes
Navigation Property
The auto generated name does not always give the good name as we want. It’s a good habit to change the navigation property to make sense. It will ...Answered | 2 Replies | 3122 Views | Created by MDMoura - Monday, September 21, 2009 12:00 PM | Last reply by Yichun_Feng - Wednesday, September 23, 2009 5:36 AM -
0 Votes
Adding A Navigation Bar
Hey Guys, Rite so ive encountered a little problem within my sharepoint site and i need some help understanding how to do this, i have ...Answered | 1 Replies | 7034 Views | Created by Ant B - UK - Wednesday, February 2, 2011 11:51 AM | Last reply by Venkatx7 - Thursday, February 3, 2011 5:04 AM -
0 Votes
Property in View Model lost after Screen navigation
The navigation means. There are several Tabs on the main View, clicking each Tab will switch to the child views. Say Tab1 represents View 1, Tab2 ...Answered | 3 Replies | 384 Views | Created by HZ.USA - Thursday, September 29, 2016 8:13 PM | Last reply by HZ.USA - Friday, September 30, 2016 8:25 PM -
0 Votes
Navigation Page, Title property XAML binding to view model possible?
Is it possible to somehow bind the Title property of the navigation:Page declaration to a view-model property? The XAML I am ...Answered | 1 Replies | 4886 Views | Created by ps0118mj - Thursday, October 21, 2010 11:36 AM | Last reply by Peter Kuhn - Thursday, October 21, 2010 12:50 PM -
0 Votes
Navigation Property Only?
UsersTable has a navigation property to ChatSessions, and the ChatSessions table has a navigation property to the ...Answered | 1 Replies | 808 Views | Created by JoshSommers - Wednesday, June 29, 2011 3:14 PM | Last reply by MingXu-MSFT - Friday, July 1, 2011 3:52 AM -
0 Votes
Suggestion: Navigation Property Names
In the example above, Content receives two navigation properties, as does Related Content. In the model I'm working with, I would like to be able to select the ...Answered | 2 Replies | 3841 Views | Created by Matt Lynch - Monday, February 4, 2008 5:02 AM | Last reply by Noam Ben-Ami - MSFT1 - Monday, February 4, 2008 5:23 AM -
2 Votes
Navigation View
page and its title down the line. I have a test copy of Expression Studio 4 Web Professional, but I can not seem to find a view like this. Is this ...Answered | 2 Replies | 2363 Views | Created by pemongillo - Friday, January 28, 2011 6:55 PM | Last reply by Bill Pearson - Friday, January 28, 2011 7:32 PM -
0 Votes
Map Navigation Property to a Specific Table
Hi, is it somehow possible to map the same entity e.g. Address to different tables for other entities that use the Address as a ...Answered | 3 Replies | 2038 Views | Created by Giorgi Zautashvili - Thursday, June 28, 2012 2:59 PM | Last reply by MatthieuMEZIL-MS - Friday, June 29, 2012 9:12 AM -
0 Votes
Is private navigation property a valid property
Do anyone knows if there are any problems to make navigation property private in one direction, for example: - Customer.Address is public - ...Answered | 8 Replies | 4804 Views | Created by a.lindell - Wednesday, April 16, 2008 6:07 PM | Last reply by a.lindell - Thursday, April 17, 2008 7:56 AM -
0 Votes
Navigation property
Hi, In EF1 the lazy loading isn't enabled by default. If you are using EF4 then check that the lazy loading property of the context is enabled. The following article ...Answered | 1 Replies | 3265 Views | Created by eddy.uk - Tuesday, September 28, 2010 7:51 AM | Last reply by Gil Fink - Tuesday, September 28, 2010 8:30 AM -
0 Votes
Adding a View to DBML
vw_PiecesAndWeight does not have a property called tblOrder, nor does tblOrder have a property called ...Answered | 7 Replies | 10534 Views | Created by Joseph Beernink - Friday, May 23, 2008 10:14 PM | Last reply by Joseph Beernink - Tuesday, May 27, 2008 5:49 PM -
0 Votes
filtering a navigation property of collection type
Hi VRassouli, Welcome to MSDN Forum. You can use Any method to filter the navigation property. Here's a ...Answered | 1 Replies | 4670 Views | Created by VRassouli - Saturday, January 21, 2012 12:23 PM | Last reply by Allen_MSDN - Monday, January 23, 2012 8:47 AM -
0 Votes
Adding lookupfields to a view
Hi Stephane When I create a new view and add fields that are lookups, these lookupfields are not added to the new view. I get no errors ...Answered | 7 Replies | 4356 Views | Created by Frode Magnussen - Thursday, February 26, 2009 6:36 PM | Last reply by Frode Magnussen - Tuesday, March 17, 2009 2:55 PM -
0 Votes
adding a silent property to a document
(through development APIs) to add a property (say a string) to a document that is not viewable by the SharePoint browser; that no column has been ...Unanswered | 1 Replies | 4873 Views | Created by KR2 - Wednesday, March 5, 2008 7:51 PM | Last reply by Paul Galvin - Thursday, March 6, 2008 12:23 AM - Items 1 to 20 of 2925803 Next ›
No announcements