No announcements
Found 2938408 threads
-
1 Votes
Can I map a class directly to an entity
bind these 2 entity without much extra work. I think one idea is to reshape the database, extract same field of two tables to a new ...Answered | 2 Replies | 2588 Views | Created by LarryDev1 - Wednesday, August 26, 2009 3:57 PM | Last reply by Colin Blair - Tuesday, September 1, 2009 10:01 AM -
0 Votes
Map Entity to Functions
Assuming that you have indeed mapped the insert function, I have two guesses: 1. When you map an entity type to a stored ...Answered | 2 Replies | 3161 Views | Created by jeff.larson - Friday, August 21, 2009 8:07 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, August 25, 2009 10:22 PM -
0 Votes
Map an Entity to a Sql Query Result?
Hi Guys Is it possible to have an entity which is based on a query result. I can make a view in my database and have ...Answered | 1 Replies | 3487 Views | Created by Rashid Mousavy Khoshrou - Wednesday, January 20, 2010 6:41 PM | Last reply by Gil Fink - Thursday, January 21, 2010 11:55 AM -
0 Votes
How can I inherit ADO entity class?
-typed Group property. Because the generated Config entity is a partial class, I can add a new file to my client project, that ...Answered | 8 Replies | 6483 Views | Created by scorpius_lesath - Tuesday, January 11, 2011 10:43 AM | Last reply by Jason Cooke [MSFT] - Wednesday, January 12, 2011 2:30 PM -
0 Votes
Entity Framework: Map dictionary to a table
so is it doable in entity framework to map such a dictionary to a table No. EF requires each table to ...Proposed | 2 Replies | 4385 Views | Created by Wm92 - Wednesday, April 26, 2017 9:52 AM | Last reply by davidbaxterbrowne - Thursday, April 27, 2017 1:12 AM -
0 Votes
Can I attach files to an entity?
The SQL image type is supported and will show up as Binary in the entity designer. If you create a screen from an entity with a Binary type field, ...Answered | 3 Replies | 3821 Views | Created by meraydin - Thursday, September 9, 2010 7:27 AM | Last reply by Justin Anderson - Friday, September 10, 2010 1:26 AM -
0 Votes
Can I map entity properties from the conceptual schema directly to an ldap object/query on the storage side?
); catch { //TODO:log error throw; } } } Now, since ...Answered | 2 Replies | 4027 Views | Created by Gaurav Soni - Wednesday, July 7, 2010 10:42 AM | Last reply by Michael Sun [MSFT] - Monday, July 12, 2010 8:08 AM -
0 Votes
Map entity type to functionimport
Hi, So I cannot map an entity that is not associated with a table/view directly to a function import. It ...Answered | 3 Replies | 5202 Views | Created by Lars Lindgren - Monday, December 7, 2009 4:56 PM | Last reply by Brian Swan - MSFT - Monday, December 7, 2009 9:59 PM -
0 Votes
Can I map the an object to 2 different databases?
I have two similar (but not the same) databases that I want to map the same entity classes to. Unfortunately, it seems that the classes ...Answered | 1 Replies | 3326 Views | Created by noodle23 - Tuesday, September 16, 2008 9:02 PM | Last reply by Jeff Derstadt - MSFT - Saturday, September 20, 2008 4:44 AM -
0 Votes
Can I add to a Bing map
, (I'd also like to sound like I know what I'm talking about). If a route is plotted on a Bing map and a time window for ...Answered | 3 Replies | 4301 Views | Created by Imgoing - Sunday, August 14, 2011 7:30 AM | Last reply by Ricky_Brundritt - Monday, August 15, 2011 10:28 AM -
0 Votes
Map a class to another class
Hi, Is there a function to map a class to another class ...Answered | 1 Replies | 3297 Views | Created by ssboyz - Thursday, April 19, 2007 6:45 AM | Last reply by Jonathan Nappee - Thursday, April 19, 2007 9:16 AM -
0 Votes
can i create an instance of a SqlParameterCollection directly ¿?
1. when i wanted to creat an instance of a SqlParameterCollection i culdn't...Answered | 3 Replies | 6889 Views | Created by iskary - Wednesday, January 2, 2008 6:42 PM | Last reply by iskary - Thursday, January 3, 2008 3:30 PM -
0 Votes
Can we use a fully defined ADO.NET Entity Framework to partially-map an ETL job?
forum to see if this database has the BULK INSERT (Transact-SQL) function similar with SQL Server database. If has, I suggest that you could call the bulk insert syntax ...Answered | 1 Replies | 593 Views | Created by zdshadow - Friday, February 13, 2015 1:39 AM | Last reply by Fred Bao - Friday, February 13, 2015 6:51 AM -
0 Votes
Can I add custom read-only property to entity class?
In part 1 of my series of articles about LINQ to SQL I describe how to create and use non-mapped properties in the partial entity classes : ...Answered | 2 Replies | 7162 Views | Created by jjy2 - Saturday, February 23, 2008 4:41 PM | Last reply by Daniel J. Oliveira - Sunday, June 14, 2009 4:57 AM -
0 Votes
How can I detach a deleted entity?
thing) How can I detach a deleted ...Answered | 1 Replies | 1349 Views | Created by s9ilent - Wednesday, November 3, 2010 10:10 PM | Last reply by Shi Ding - Thursday, November 11, 2010 4:17 AM -
0 Votes
Can I map a (readonly) entity property to a Model Defined Function?
ef4ex: stuff for now, that's for a custom template.) I know I can add this C# code so that I can use the function as a method in LINQ ...Answered | 6 Replies | 5720 Views | Created by JendaPerl - Thursday, November 25, 2010 1:23 PM | Last reply by Giorgi Zautashvili - Tuesday, May 3, 2011 6:34 AM -
0 Votes
Can I add Custom Field to an Entity class and Expose them to Client?
In RIA service, if I need to add some extra fields (such as calculated fields) to an Entity, I can use a partial class ...Answered | 2 Replies | 5609 Views | Created by sladapter - Friday, August 20, 2010 1:11 AM | Last reply by sladapter - Friday, August 20, 2010 6:18 PM -
0 Votes
Extracting an entity class from a list.
and extract each item individually so that I can get to the elements of the class so that I can populate a listbox with ...Answered | 2 Replies | 233 Views | Created by Soozi-Wong - Thursday, December 1, 2016 9:37 AM | Last reply by Soozi-Wong - Thursday, December 1, 2016 12:08 PM -
0 Votes
Can I Add An Entity Error From Outside An Object ?
Hi, I wonder if anyone can help with this please... I am currently using Sheel Shah's Excel importer to import data from ...Unanswered | 2 Replies | 1973 Views | Created by NickTaylor - Friday, September 2, 2011 8:02 AM | Last reply by NickTaylor - Friday, September 2, 2011 11:44 AM -
0 Votes
Can I map CDATA to an XML attribute?
Try putting an intermediate map. Meaning Map from ur current message to the SQL attributes in a default mapper and see if u get ur intended ...Answered | 4 Replies | 1059 Views | Created by Josefine Karlsson - Monday, December 12, 2016 5:27 PM | Last reply by Pi_xel_xar - Wednesday, December 14, 2016 8:28 AM - Items 1 to 20 of 2938408 Next ›
No announcements