No announcements
Found 1684610 threads
-
0 Votes
ExecuteStoreQuery returning EntityObject ignores custom properties
If so, all the EF metadata is generated during runtime, and the custom properties will also be generated in the metadata.Answered | 1 Replies | 2607 Views | Created by hiltona_a - Wednesday, January 25, 2012 12:01 AM | Last reply by Michael Sun [MSFT] - Wednesday, January 25, 2012 5:27 AM -
0 Votes
Need help with ExecuteStoreQuery
Hi, I would recommend you use LINQ to Entities query instead of Entity SQL query if you want to use such a custom object. with an entity type property.Answered | 3 Replies | 4005 Views | Created by Phani25485 - Tuesday, January 25, 2011 8:39 AM | Last reply by Michael Sun [MSFT] - Friday, January 28, 2011 4:04 PM -
0 Votes
Remove EntitySet/EntityKey properties from EntityObject
I need to remove the EntityKey/EntityStatus properties because for serialization they are really not needed but keep showing up.Answered | 2 Replies | 4466 Views | Created by aleemb - Sunday, April 5, 2009 7:09 PM | Last reply by Jiri {x2} Cincura - Wednesday, April 8, 2009 8:48 PM -
2 Votes
ExecuteStoreQuery throwing InvalidOperationException
When I run the following ExecuteStoreQuery consitently throws an InvalidOperationException with the following message: When executing a command, parameters must be ...Answered | 4 Replies | 9310 Views | Created by Jon Theriault - Friday, November 12, 2010 1:51 PM | Last reply by liurong luo - Monday, November 15, 2010 2:47 AM -
0 Votes
Using NotifyPropertyChanged in custom properties of DBContext
I need to add a custom property to one of the data class and have the UI respond to changes to that custom property.Answered | 1 Replies | 2681 Views | Created by MikeEmerson - Monday, March 19, 2012 12:06 AM | Last reply by Allen Li - Coding4Fun - Tuesday, March 20, 2012 4:11 AM -
3 Votes
Using ExecuteStoreQuery with Parameters
A snapshot example of passing parameters to ExecuteStoreQuery<>() can be found ...Answered | 4 Replies | 28031 Views | Created by obrienkev - Tuesday, January 31, 2012 12:34 PM | Last reply by Sean Russell MVC - Thursday, November 27, 2014 6:50 AM -
1 Votes
Custom webpart property - DefaultValues are ignored
:) There is no code that changes these values only the SharePoint properties box.Answered | 9 Replies | 4258 Views | Created by Liquid_khaos - Thursday, May 21, 2009 3:41 PM | Last reply by Liquid_khaos - Friday, May 22, 2009 4:19 PM -
0 Votes
Why Translate and ExecuteStoreQuery do not support ComplexType
You can get back complex types from these methods but not entity types that have complex type properties.Answered | 1 Replies | 4333 Views | Created by SonicChen - Wednesday, May 5, 2010 6:33 AM | Last reply by Srikanth Mandadi - MSFT - Wednesday, May 12, 2010 12:36 AM -
0 Votes
Saving EntityObject changes
void DoWork() { var model = Server.GetMode(); var x = Server.GetEan(model); x.value = ...Answered | 4 Replies | 3382 Views | Created by JMBC - Tuesday, July 21, 2009 4:04 PM | Last reply by Michael Sun [MSFT] - Thursday, July 23, 2009 5:55 AM -
1 Votes
Benefit of using EF4.1 with ObjectContext/EntityObject ?
Depending on your needs or preferences, using ObjectContext with EntityObject is perfectly fine.Answered | 3 Replies | 4652 Views | Created by KarloX2 - Friday, April 15, 2011 3:36 PM | Last reply by David Obando [MSFT] - Friday, April 15, 2011 9:08 PM -
0 Votes
Generic Base Classes, EntityObjects and protected constructors
: public abstract class GenericModel<TEntity> where TEntity: EntityObject, new() The generic constraints in this case mean that TEntity has to ...Answered | 1 Replies | 4221 Views | Created by thepaulpage - Tuesday, June 15, 2010 5:40 PM | Last reply by Diego B Vega [MSFT] - Tuesday, June 22, 2010 9:52 AM -
0 Votes
using one EntityObject with many tables
If you have a starting EDMX file, make sure its Metadata Artifact Processing property is set to "Copy to Output Directory.Answered | 1 Replies | 3399 Views | Created by Roman_Grodno - Friday, April 30, 2010 8:02 AM | Last reply by David DeWinter - MSFT - Tuesday, May 11, 2010 3:01 PM -
1 Votes
Binding ignores PropertyChanged for string properties
I am very glad to hear that the "ignore PropertyChanged under condition xyz" will be eliminated in 4.0.Answered | 8 Replies | 6929 Views | Created by Andreas Steidle - Monday, March 30, 2009 7:01 PM | Last reply by Andreas Steidle - Thursday, April 9, 2009 3:56 PM -
1 Votes
CopyActivity "BlobWriterOverwriteFiles" Property Ignored
Hi Wolfgang, You could leverage the partitionBy property to specify the filename, so that each slice's file name can be generated based on slice's start/end time.Answered | 3 Replies | 890 Views | Created by GKJain - Wednesday, April 29, 2015 1:01 PM | Last reply by Yingqin - Monday, March 7, 2016 8:38 AM -
1 Votes
ExecuteStoreQuery Casting Problem
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time.Answered | 7 Replies | 2991 Views | Created by vikaslalkiya - Wednesday, November 13, 2013 12:25 PM | Last reply by Fred Bao - Friday, November 15, 2013 2:43 AM -
1 Votes
WPF validation: how to ignore attributes validation for some properties in some cases?
>Is there a way that we ignore some validation attributes for some properties?Answered | 4 Replies | 2457 Views | Created by JJChen - Tuesday, October 7, 2014 7:54 PM | Last reply by JJChen - Friday, October 10, 2014 3:28 PM -
4 Votes
VisualStudio 2012 RC + EF 5.0 RC: EntityObject Generator ?!
See this page for details - http://msdn.microsoft.com/en-US/data/JJ613116#EntityObject ~Rowan We are seeing a lot of great Entity Framework ...Answered | 16 Replies | 10992 Views | Created by cpehonk - Friday, June 1, 2012 2:23 PM | Last reply by Rowan Miller - Monday, September 10, 2012 11:22 PM -
0 Votes
Can I replace the EntityObject as base-class in Entity Designer 3.5 sp1?
Obviously, I'd like to factor this logic out into a common base class, but of course all my objects must derive from EntityObject.Answered | 1 Replies | 3878 Views | Created by Pxtl - Friday, August 20, 2010 3:02 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, August 24, 2010 7:57 PM -
0 Votes
Are there any workarounds to ignore the properties in an event structure?
//other property collections } So my question was according to this issue.Answered | 3 Replies | 4877 Views | Created by BorodaAlex - Tuesday, October 26, 2010 3:53 PM | Last reply by Mark Simms [MSFT] - Thursday, October 28, 2010 5:55 PM -
1 Votes
Ignore property in CTP4 code first using DbContext
Yeah, an ignore property would be great!Answered | 6 Replies | 10279 Views | Created by Giedrius Banaitis - Friday, August 6, 2010 7:38 AM | Last reply by Andy Edinborough - Thursday, August 19, 2010 8:44 PM - Items 1 to 20 of 1684610 Next ›
No announcements