Page 1 of 1

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

Posted: Mon 20 May 2013 14:10
by AKRRKA
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.

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

Posted: Tue 21 May 2013 09:08
by AKRRKA

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

Posted: Tue 21 May 2013 11:58
by MariiaI
We have answered you here.