LinqConnect Professional Version 4.2.229 (18-Apr-2013) - How use Indexes?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

LinqConnect Professional Version 4.2.229 (18-Apr-2013) - How use Indexes?

Post by AKRRKA » Mon 20 May 2013 14:10

Hello,

I need use index, but dont found how can i do it?
By sample:
1) For MySQL:

Code: Select all

ALTER TABLE `Values` ADD INDEX `DT` (`DT`);
1) For SQL Server:

Code: Select all

CREATE INDEX [IX_Values] ON [dbo].[Values]
([DT] ASC) 
ON [PRIMARY]
GO
How can i do it with Entity Developer?
PS: Already have model.

Thanks.


MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: LinqConnect Professional Version 4.2.229 (18-Apr-2013) - How use Indexes?

Post by MariiaI » Tue 21 May 2013 11:58

We have answered you here.

Post Reply