"Problem Description:
I'm looking forward to [StoreIgnore] attribute in EF 4 CTP 5. I would like to see a way to create index in table. Something like: [Indexed(Unique=false,Clustered=false)] int A { get; set; } [Indexed(Unique=false,Clustered=false)] int B { get; set; } [Indexed(Unique=false,Clustered=false)] int C { get; set; }"
This item was migrated from the DevDiv work item tracking system [ID=87553].
This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect issue when closing this work item.
Comments: I'm amazed that it isn't in EF, this should have been there from the start. Adding an index to an table is an basic requirement. And now i read that it is being skipped over and over again for every new release, that really makes me wonder if i have to look for an other ORM if EF doesn't even support the basics.
I'm looking forward to [StoreIgnore] attribute in EF 4 CTP 5. I would like to see a way to create index in table. Something like: [Indexed(Unique=false,Clustered=false)] int A { get; set; } [Indexed(Unique=false,Clustered=false)] int B { get; set; } [Indexed(Unique=false,Clustered=false)] int C { get; set; }"
This item was migrated from the DevDiv work item tracking system [ID=87553].
This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect issue when closing this work item.
Comments: I'm amazed that it isn't in EF, this should have been there from the start. Adding an index to an table is an basic requirement. And now i read that it is being skipped over and over again for every new release, that really makes me wonder if i have to look for an other ORM if EF doesn't even support the basics.