No announcements
Found 3769695 threads
-
0 Votes
Using a Stored procedure in entity framework.
The only way to call this function is by explicitly creating entity command and calling the store function directly.Answered | 3 Replies | 5067 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
OData or Entity Framework for windows forms with sql azure
If you want though you can use winforms to manipulate your odata by using WCF.Answered | 1 Replies | 1579 Views | Created by Dragonalw - Saturday, December 1, 2012 7:50 PM | Last reply by Martijn Bos - Monday, December 3, 2012 10:57 AM -
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 | 5596 Views | Created by Ali Kolahdoozan - Sunday, October 17, 2010 5:20 PM | Last reply by Sudheer Kumar - Monday, March 14, 2011 2:45 PM -
0 Votes
construct a stored procedure to return value to feed Entity Framework
I think to return scalar value the best way is to use OUTPUT parameter of the stored procedure.Answered | 6 Replies | 5940 Views | Created by TedzLL - Friday, August 17, 2012 4:14 PM | Last reply by Naomi N - Monday, August 20, 2012 1:10 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 | 4544 Views | Created by HarshalSilverlight - Wednesday, September 16, 2009 8:27 PM | Last reply by HarshalSilverlight - Thursday, September 17, 2009 4:30 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 | 33936 Views | Created by h_maksuda - Friday, May 27, 2011 7:39 PM | Last reply by Dibu.net - Friday, August 30, 2013 5:50 AM -
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 | 7583 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
Cannot execute stored procedure with ADO.NET Entity Framework
You have to specify the return type of the stored procedure when you create the function import.Answered | 2 Replies | 3578 Views | Created by styven1789 - Thursday, May 16, 2013 4:56 PM | Last reply by Isakavis - Monday, May 20, 2013 3:24 PM -
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 | 9262 Views | Created by sssebastian - Thursday, September 24, 2009 10:14 AM | Last reply by Michael Sun [MSFT] - Tuesday, September 29, 2009 12:23 AM -
0 Votes
Paging in Entity Framework
I was able to do so by calling Function Import method (with ObjectParameter), generated on the objectcontex, to call above stored procedure (which ...Answered | 5 Replies | 5444 Views | Created by ASP.NET - Thursday, June 25, 2009 11:07 PM | Last reply by _Ferm - Thursday, November 12, 2009 6:19 PM -
14 Votes
PowerPivot Feed OData and JSON
With odata/xml, the customer can see all "data tables" and select the currently needed.Answered | 13 Replies | 21817 Views | Created by Casual Trash - Monday, December 17, 2012 8:22 AM | Last reply by chmav - Friday, September 13, 2013 8:38 PM -
0 Votes
Stored procedures and entities
For stored procedure Ef uses the same materialization mechanism as it does when it tries to populates entities from EF queries.Answered | 1 Replies | 3373 Views | Created by InternetSavage - Thursday, December 30, 2010 5:17 AM | Last reply by zeeshan hirani - Thursday, December 30, 2010 7:19 AM -
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 | 582 Views | Created by MonaSingh - Saturday, May 10, 2014 6:02 PM | Last reply by darnold924 - Sunday, May 11, 2014 6:10 AM -
1 Votes
Issues and Risks custom fields not in OData feed
Hello, Unfortunatley not, custom columns for the SharePoint Risks and Issues lists will not be in the OData Reporting API (_api/ProjectData).Answered | 3 Replies | 3808 Views | Created by Hester Blok - Thursday, January 14, 2016 3:26 PM | Last reply by PWMather - Tuesday, March 20, 2018 5:09 PM -
0 Votes
Using one Stored Procedure to Insert data into multiple tables in Entity Framework 4.0
The problem is that I can't figure out how to use the EF Extention to set this up, to do the store procedure mapping.Answered | 3 Replies | 7240 Views | Created by Kanjay - Tuesday, November 9, 2010 9:29 PM | Last reply by ulf.jzl - Thursday, February 24, 2011 1:31 PM -
0 Votes
Entity Framework alone?
I'm new to Entity Framework, however I find it extremely easy and quickens the process of building a Data Access Layer.Answered | 1 Replies | 1620 Views | Created by alphabeatsco - Sunday, December 9, 2012 11:33 PM | Last reply by SilentJealousy - Tuesday, December 11, 2012 6:44 AM -
0 Votes
joining 2 Odata feeds?
Depends on the size of the feeds you're merging, if they are small it's probably easiest to load both fully and then do the merge in memory on the client.Answered | 2 Replies | 7527 Views | Created by NoundaDee - Wednesday, January 19, 2011 8:13 PM | Last reply by Vitek Karas - MSFT - Tuesday, May 24, 2011 4:41 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 | 6037 Views | Created by Erik Hogstrand - Monday, May 31, 2010 7:51 AM | Last reply by Devart team - Monday, May 31, 2010 1:50 PM -
0 Votes
odata + sync framework ctp 4.0
I came accross one site where a guy as implimented a custom provider for Sync framework which works with PostGreSql.Answered | 3 Replies | 10362 Views | Created by Khanh Luan - Wednesday, February 9, 2011 10:20 PM | Last reply by FireArms - Monday, March 21, 2011 1:39 PM -
0 Votes
Lightswitch OData feeds in Office365 SharePoint
HI, According to your description above, you want to access Odata feeds in Office365 SharePoint.Answered | 1 Replies | 1108 Views | Created by MarkGStacey - Saturday, April 19, 2014 10:15 AM | Last reply by Angie Xu - Monday, April 21, 2014 1:44 PM - Items 1 to 20 of 3769695 Next ›
No announcements