No announcements
Found 3191006 threads
-
1 Votes
Auto Generated Created Updated DateTime on EntityFramework 6
c.DateTime(defaultValueSql: "GETDATE()")); AddColumn("dbo.TableName", "Updated", c => c.DateTime(defaultValueSql: "GETDATE()")); ...Answered | 3 Replies | 5843 Views | Created by Predalpha - Monday, January 30, 2017 9:32 AM | Last reply by Zhanglong Wu - Monday, February 6, 2017 9:36 AM -
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 673 Views | Created by Jawsurgeon - Monday, December 21, 2015 5:47 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 10:16 AM -
0 Votes
bindingsource ui and entity framework 6
Entity framework acts as a repository.Answered | 7 Replies | 723 Views | Created by giuseppe ferrrari - Thursday, April 28, 2016 3:07 PM | Last reply by Andy ONeill - Thursday, May 5, 2016 9:10 AM -
0 Votes
How to force Entity Framework 6 to generate parameters of equivalent size to their corresponding database columns
It is interesting to note the first sentence in the blog: "Entity Framework 6 was not designed from the start to work with the Always Encrypted ...Answered | 5 Replies | 1682 Views | Created by mefworks_us - Monday, July 2, 2018 8:24 PM | Last reply by mefworks_us - Thursday, July 19, 2018 9:09 PM -
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 | 3418 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
Row-level security in Entity Framework 6
http://stackoverflow.com/questions/170689/row-level-security-with-entity-framework I hope it helps.Answered | 1 Replies | 946 Views | Created by duyhai707 - Saturday, October 10, 2015 10:06 AM | Last reply by Herro wong - Monday, October 12, 2015 7:09 AM -
0 Votes
Entity framework attempts to update GENERATED ALWAYS columns
How did you fix this in the T4 template exactly?Answered | 4 Replies | 5029 Views | Created by smyltsev - Wednesday, April 20, 2016 12:58 PM | Last reply by Nancy K. Landis - Tuesday, May 22, 2018 10:05 PM -
0 Votes
save datagrid changes on db entity framework 6
Instead you could create wrapper classes in your WPF application that wraps an entity class and adds property change notification, e.g.Answered | 2 Replies | 5466 Views | Created by giuseppe ferrrari - Friday, June 10, 2016 11:18 AM | Last reply by Magnus (MM8) - Saturday, June 11, 2016 9:58 AM -
0 Votes
Entity Framework 6
You create the database you want and then generate the model from that.Answered | 2 Replies | 747 Views | Created by VishalKPandey - Monday, August 31, 2015 6:14 PM | Last reply by DA924 - Monday, August 31, 2015 7:08 PM -
0 Votes
How to update column in database from entity framework.
Entity Framework doesn't like you changing primary keys.Answered | 1 Replies | 2703 Views | Created by Mozak104 - Friday, January 20, 2012 12:28 PM | Last reply by Andy ONeill - Friday, January 20, 2012 12:57 PM -
1 Votes
ETA on Entity Framework version 6 provider?
Here's the preview release for the EF6 support: ...Answered | 6 Replies | 3846 Views | Created by JeroMiya - Wednesday, February 27, 2013 4:20 PM | Last reply by Pratik Patel - MSFT - Monday, October 21, 2013 5:42 PM -
0 Votes
Entity Framework - Generate SQLite Database From Model
I can now create a EF model from an SQLite database but still cannot create SQLite DDL from an EF model.Answered | 9 Replies | 3109 Views | Created by mxb7642 - Thursday, July 21, 2016 5:15 PM | Last reply by ErikEJ - Saturday, July 23, 2016 6:28 PM -
0 Votes
Set InsertedByID column dynamically - Entity Framework
Actually, Entity Framework generate navigation property based on the FK names.Answered | 7 Replies | 3799 Views | Created by Sudheer Kumar - Thursday, September 17, 2009 10:13 PM | Last reply by Sudheer Kumar - Friday, September 25, 2009 8:30 PM -
0 Votes
Entity Framework Inheritance and Persisted Column
Hello, it looks like the same question on Stack overflow where the answer was accepted.Answered | 2 Replies | 3663 Views | Created by programlin - Friday, May 27, 2011 3:56 AM | Last reply by Alan_chen - Tuesday, May 31, 2011 6:55 AM -
0 Votes
Entity Framework: How to modify the n:m table column names in the designer?
In model first, for many to many relationship, after we define the navigation between entities, it will create the junction table automatically and use the field as X_XID and Y_YID.Answered | 5 Replies | 2321 Views | Created by v_he - Tuesday, March 4, 2014 11:00 AM | Last reply by Fred Bao - Wednesday, March 26, 2014 1:47 AM -
0 Votes
How to generate Entity Framework Model from database without Associations?
<copied> If I am generating hundreds of entities via the designer and have to update model from database on a regular basis, having to go into the edmx file, ...Answered | 3 Replies | 1680 Views | Created by Think About - Monday, September 9, 2013 10:04 AM | Last reply by darnold924 - Monday, September 23, 2013 6:35 AM -
0 Votes
Support for Computed Columns in Entity Framework
Cool tools for Linq-to-SQL and Entity Framework ...Answered | 4 Replies | 5972 Views | Created by Himanshu Saxena - Monday, May 30, 2011 5:27 AM | Last reply by Himanshu Saxena - Friday, June 24, 2011 11:27 AM -
0 Votes
Create Entity with IDENTITY Column
could someone help me out, my identities are NOT auto generating and its inserting what I give it, i'm stuck, please see my post ...Answered | 7 Replies | 9282 Views | Created by tkrasinger - Thursday, October 30, 2008 4:31 PM | Last reply by gideonisrael - Saturday, October 9, 2010 3:57 PM -
0 Votes
Entity Framework
There are no complete step by step guides for Entity Framework online or downloadable.Answered | 2 Replies | 762 Views | Created by John sot - Sunday, January 15, 2017 12:28 AM | Last reply by Kareninstructor - Sunday, January 15, 2017 1:11 AM -
0 Votes
Clustered Index Entity Framework
Here is an example of the database creation script that gets generated for a very simple model with a single entity.Answered | 9 Replies | 4278 Views | Created by engenious - Tuesday, March 3, 2015 12:29 PM | Last reply by Rowan Miller - Friday, June 12, 2015 11:18 PM - Items 1 to 20 of 3191006 Next ›
No announcements