No announcements
Found 2925380 threads
-
0 Votes
Can EF 6 get DbSet from table/view without definition of a class?
>Can EF 6 get DbSet from table/view without definition of a ...Answered | 1 Replies | 843 Views | Created by davidw - Thursday, March 20, 2014 7:28 PM | Last reply by Fred Bao - Friday, March 21, 2014 7:13 AM -
0 Votes
get SQL table name from class definition
easy to code, but still.... same info mentioned twice... However, I can use this until I find the method that allows me to directly get the table name ...Answered | 7 Replies | 4292 Views | Created by Thymen - Friday, July 8, 2011 10:14 AM | Last reply by David Peng - Thursday, July 14, 2011 1:13 AM -
0 Votes
Creating temp table definition from table or view definition
You want to copy structure of existing table or view without data? select * into #Temptable from table/view where ...Unanswered | 2 Replies | 4707 Views | Created by Rahul Singla - Thursday, June 19, 2008 7:44 AM | Last reply by Rahul Singla - Thursday, June 19, 2008 10:12 AM -
0 Votes
How to get dbcontext and dbset class
Hi vicky, Have you solved the issue? I look forward to hearing from you. Best Regards Allen Li [MSFT] MSDN Community Support ...Answered | 4 Replies | 3062 Views | Created by vicky Bangalore - Friday, February 17, 2012 6:50 AM | Last reply by Allen_MSDN - Thursday, February 23, 2012 1:03 AM -
0 Votes
Get a DbContext from a DbSet
Is there a simpler way to retreive the owner of a DbSet ? (object 'o' is a ...Answered | 3 Replies | 2625 Views | Created by fixitchris - Wednesday, February 22, 2012 8:30 PM | Last reply by Patrice Scribe - Friday, February 24, 2012 8:22 PM -
0 Votes
Single table backup -- get definition of table
Hi! I want to backup a single table from a database. I know it' not that easily done, but I was thinking of something similar to what ...Answered | 3 Replies | 9300 Views | Created by Dennis Olsson - Monday, March 9, 2009 5:31 PM | Last reply by Dennis Olsson - Tuesday, March 10, 2009 11:15 AM -
0 Votes
Configuration class in EF 6 versus EF 5
http://stackoverflow.com/questions/21325415/configuration-class-in-ef-6-versus-ef-5 I amAnswered | 3 Replies | 2149 Views | Created by SWheaties - Friday, January 24, 2014 6:55 AM | Last reply by Fred Bao - Tuesday, January 28, 2014 8:45 AM -
0 Votes
Can I get properties of a class without creating a class object?
I can't think of a function that lets you get the list of PEMs without having instantiated a class. As you say, you can do this ...Answered | 3 Replies | 600 Views | Created by KevClark64 - Monday, April 27, 2020 6:33 PM | Last reply by OlafDoschke - Thursday, April 30, 2020 5:35 AM -
1 Votes
how to get table definition
Do you meant you want to get table definition like CREATE TABLE Script using pure T SQL code? then try apporach suggested in the ...Answered | 2 Replies | 11329 Views | Created by hemanthchowdary - Tuesday, August 10, 2010 12:49 PM | Last reply by hemanthchowdary - Wednesday, August 11, 2010 4:17 AM -
0 Votes
Indexing view definition table columns
2. Non-clustered index - U can have 250 non-clustered indexes on a table. This index does not store the rows, but stores the pointers ...Unanswered | 3 Replies | 6044 Views | Created by L Arvind - Saturday, September 29, 2007 9:39 AM | Last reply by ggciubuc - Monday, October 1, 2007 9:23 AM -
1 Votes
Can dynamically create DbSet of specific type?
But how do I execute the query and get the collection out of the context.Set(type)? ?ShimmyAnswered | 5 Replies | 17547 Views | Created by GoldyWang - Friday, July 1, 2011 10:03 AM | Last reply by Shimmy Weitzhandler - Friday, July 5, 2013 1:08 AM -
2 Votes
Can I get definition Text of Model ?
Yes, looks like; but you can query in this way informations from a SSAS / PowerPivot cube. So, so are the informations of your interest and ...Answered | 4 Replies | 1528 Views | Created by Yoshihiro Kawabata - Tuesday, September 24, 2013 2:03 AM | Last reply by Olaf Helper - Friday, September 27, 2013 4:06 PM -
0 Votes
Returning a DBset Type from a Stored Procedure call within EF 6.1 in Web APIs
produce to a dbset. You might need to do this conversion yourself as looping the result of store produce and populate them to your new created dbset ...Answered | 2 Replies | 2405 Views | Created by ags2886 - Tuesday, March 24, 2015 12:33 AM | Last reply by ags2886 - Wednesday, March 25, 2015 8:22 AM -
2 Votes
EF 6.x or EF Core
>As per information gathered from the internet, EF 6.x is stable and EF core is a fresh code. Is EF Core an upgrade over EF ...Answered | 2 Replies | 596 Views | Created by Neelabh27 - Thursday, October 27, 2016 4:22 PM | Last reply by Neelabh27 - Thursday, November 3, 2016 2:37 PM -
0 Votes
EF 6 Database First - Removing table prefix
Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact ...Proposed | 1 Replies | 1281 Views | Created by SANTOSH PHAPE - Monday, January 23, 2017 11:12 AM | Last reply by Zhanglong Wu - Tuesday, January 24, 2017 8:04 AM -
0 Votes
Definition of Integer Class
Yes Got that, Been working in .NET Technology from beginning but because of a small point of confusion I was stuck into a codding sections. Thanks for ...Answered | 4 Replies | 469 Views | Created by Vinod W B - Monday, March 24, 2014 8:17 AM | Last reply by Cor Ligthert - Monday, March 24, 2014 1:54 PM -
1 Votes
View without Derived Table (SELECT FROM SELECT)
You can not use a ranking or aggregate window function if you want an indexed view. For example, this trick can get rid of the derived ...Answered | 20 Replies | 11010 Views | Created by Kalman Toth - Tuesday, February 9, 2010 6:48 PM | Last reply by Kalman Toth - Tuesday, February 9, 2010 8:37 PM -
0 Votes
Build class from database table or view
from DA/BE project. The name of a recipe is not precise, sorry about that. You can use this GP to generate all data access classes for a ...Answered | 4 Replies | 4540 Views | Created by lcj - Friday, June 1, 2007 1:07 PM | Last reply by lcj - Friday, June 8, 2007 8:20 PM -
1 Votes
Array of Class Definition
How can I implement a tree structure (Octree) in Visual Basic that is to declare a class containing array of objects of same ...Proposed | 13 Replies | 5742 Views | Created by Gustav OK - Monday, October 9, 2006 4:48 PM | Last reply by John Anthony Oliver - Saturday, August 21, 2010 3:41 PM -
0 Votes
Can one create a Partial Class based on a LINQ Table Class definition
Hi, I wondered whether there is a way to create a Partial Class based on the LINQ table definition ...Answered | 1 Replies | 5061 Views | Created by Craigton - Friday, December 7, 2007 5:59 PM | Last reply by Craigton - Thursday, January 3, 2008 2:54 PM - Items 1 to 20 of 2925380 Next ›
No announcements