No announcements
Found 3526964 threads
-
0 Votes
Storing a XML using Entity framework
Hi, It seems that you want to store xml into a binary column of an entity from my perspective.Answered | 1 Replies | 4202 Views | Created by Deepak RA0 - Wednesday, August 25, 2010 6:04 PM | Last reply by deviceDev - Friday, August 27, 2010 7:11 AM -
0 Votes
Entity Framework and Xml file
It allows us to use LINQ technologies on XML parsing, modifying, and etc.Answered | 5 Replies | 20160 Views | Created by aloire - Thursday, November 26, 2009 5:08 PM | Last reply by GeoTri - Monday, March 29, 2010 3:03 PM -
0 Votes
Entity framework with stored prcedure
When EF submits generated T-SQL, it uses the SQL Server System sproc to excute the T-SQL with all the benefits of a sproc being used by a developer or DBA such as ...Answered | 1 Replies | 577 Views | Created by MonaSingh - Saturday, May 10, 2014 6:02 PM | Last reply by darnold924 - Sunday, May 11, 2014 6:10 AM -
0 Votes
Using a Stored procedure in entity framework.
When you use function import and the return type from sproc/function is not of type Entity then it doesn't get code-gened on Object Context.Answered | 3 Replies | 5063 Views | Created by sitty - Friday, February 13, 2009 6:23 PM | Last reply by Asad - MSFT - Tuesday, February 17, 2009 10:30 PM -
0 Votes
Problem with stored procedures in entity framework
Another way to use ADO.Net the old fashion way using the connection from Entity Framework.Answered | 3 Replies | 5592 Views | Created by Ali Kolahdoozan - Sunday, October 17, 2010 5:20 PM | Last reply by Sudheer Kumar - Monday, March 14, 2011 2:45 PM -
1 Votes
Stored Procedure call in entity Framework
I ended up creating a wcf service that provides and operation to call the stored procedure.Answered | 2 Replies | 4539 Views | Created by HarshalSilverlight - Wednesday, September 16, 2009 8:27 PM | Last reply by HarshalSilverlight - Thursday, September 17, 2009 4:30 PM -
0 Votes
Can you return multiple resultsets in a stored procedure using Entity Framework
When I imported my stored procedure as a Function Import it required me to select a return type (None, Scalar, Complex, or Entities).Answered | 3 Replies | 7579 Views | Created by Chockalingam S - Wednesday, July 27, 2011 6:58 PM | Last reply by dat1 - Wednesday, March 7, 2012 4:52 PM -
0 Votes
Use Entity framework without app.config
The simplest way is to instantiate ObjectContext using the parameterized constructor taking the connection string.Answered | 1 Replies | 6029 Views | Created by Erik Hogstrand - Monday, May 31, 2010 7:51 AM | Last reply by Devart team - Monday, May 31, 2010 1:50 PM -
3 Votes
How to call Stored Procedure from Entity Framework?
I guess you want to use stored procedures without actually using entities and linq-to-entities (main EF features), don't you?Answered | 5 Replies | 33926 Views | Created by h_maksuda - Friday, May 27, 2011 7:39 PM | Last reply by Dibu.net - Friday, August 30, 2013 5:50 AM -
3 Votes
Entity Framework - FunctionImportMapping - Stored Procedure problem
In Entity Framework v1 (in .NET Framework 3.5 SP1), the Scalar and Void stored procedures cannot be accessed directly by ObjectContext object.Answered | 2 Replies | 9257 Views | Created by sssebastian - Thursday, September 24, 2009 10:14 AM | Last reply by Michael Sun [MSFT] - Tuesday, September 29, 2009 12:23 AM -
1 Votes
LINQ versus Entity Framework
http://msdn.microsoft.com/en-us/library/bb896265.aspx Sample Links are given below for ...Answered | 5 Replies | 17218 Views | Created by akoranteng - Friday, October 30, 2009 11:18 PM | Last reply by davesd - Saturday, October 16, 2010 8:32 AM -
0 Votes
Entity Framework 3.5
If you mean those columns are foreign keys, then I thinks it's normal, Visual Studio edmx designer will not display foreign keys, instead, it shows us the navigation properties which ...Answered | 1 Replies | 4273 Views | Created by Megatron Prime - Thursday, August 26, 2010 12:10 AM | Last reply by deviceDev - Friday, August 27, 2010 6:17 AM -
2 Votes
Table-Valued Parameter in Stored Procedure and the Entity Framework 4.0
...Answered | 6 Replies | 12664 Views | Created by FabioCanada - Friday, May 14, 2010 8:16 PM | Last reply by Anish N Jain - Thursday, November 28, 2013 12:18 PM -
1 Votes
Mapping error in entity framework while using stored procs
See examples provided on MSDN: ow to: Execute a query Using a Stored Procedure with In and Out Parameters and ...Answered | 3 Replies | 4777 Views | Created by RaminderS - Saturday, January 15, 2011 8:16 PM | Last reply by Jackie-Sun - Tuesday, January 25, 2011 3:52 AM -
2 Votes
Entity graph serialization to xml
http://thedatafarm.com/blog/data-access/xml-serializing-entity-framework-entities-with-their-children-for-soa/Answered | 7 Replies | 7046 Views | Created by Navneet Singh Lall - Tuesday, September 8, 2009 9:45 AM | Last reply by aryanariset - Monday, April 11, 2011 7:59 PM -
1 Votes
Entity framework
Hi, Yes, as @Magnus said that if we use the entity framework, we can use linq or lambda expression as well.Answered | 2 Replies | 937 Views | Created by Shirly11 - Sunday, August 3, 2014 3:23 PM | Last reply by Amy Peng - Monday, August 4, 2014 11:06 AM -
3 Votes
entity framework
The use of db.AddToEmps(Em); is still valid in Entity Framework but the new recommended way to add an object to the Emps table is to use db.Emps.AddObject(Em); as ...Answered | 4 Replies | 2398 Views | Created by bobbyangara - Friday, December 16, 2011 4:28 AM | Last reply by Fernando Soto - MCSD - Saturday, December 17, 2011 2:27 AM -
0 Votes
Using SQLite with the Entity Framework 6
Hi Mariano, You can review the examples in the following blogs and thread to get more information about how to use SQLite with the Entity ...Answered | 1 Replies | 3413 Views | Created by Mariano Rossi - Tuesday, July 28, 2015 1:55 PM | Last reply by Lydia Zhang - Wednesday, July 29, 2015 6:47 AM -
0 Votes
Using Linq and Entity Framework with WCF
Please do not use DataTable.Answered | 3 Replies | 3358 Views | Created by Xin.Qian - Friday, September 23, 2011 4:19 PM | Last reply by Renato Mattos - Friday, October 21, 2011 2:11 PM -
1 Votes
Using GEOGRAPHY type and Entity Framework
- Who has tried what approaches for storaing the geospatial types and then retrieving, inserting, and updating them via Entity Framework?Answered | 4 Replies | 13981 Views | Created by Dataclese - Tuesday, January 6, 2009 9:54 PM | Last reply by tanoshimi - Thursday, July 9, 2009 10:45 AM - Items 1 to 20 of 3526964 Next ›
No announcements