StoreGeneratedPattern not added .ssdl file.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
repekcan
Posts: 4
Joined: Mon 16 May 2011 18:26

StoreGeneratedPattern not added .ssdl file.

Post by repekcan » Thu 04 Aug 2011 13:07

Hi,

Even if I set the StoreGeneratedPattern is "Identity" it does not effect dependent .ssdl file. I have to do it on my hand. Please help.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 05 Aug 2011 14:39

This is a known issue in Microsoft's Entity Data Model Designer (the ADO.NET Entity Data Model template) of VS 2008 SP1 and VS 2010 (not SP1). The designer of VS 2010 SP1 is improved concerning this issue.

Or have you encountered this problem in Devart Entity Developer (the Devart Entity Model template)?

repekcan
Posts: 4
Joined: Mon 16 May 2011 18:26

case in devart design tool

Post by repekcan » Sat 13 Aug 2011 07:54

Hi,

Thank you for your quick response. I encountered that problem on Devart tool.
It is unable to generate proper ssld file for identity field in a entity.

Sincerely,

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 15 Aug 2011 10:04

Please give us the following information:
1) the exact version (x.xx.xxx) of dotConnect for Oracle you are using. You can find it in the Tools > Oracle > About menu of Visual Studio;
2) the version of your Visual Studio (the Help > About menu);
3) the exact steps we should follow to reproduce the issue. If necessary, send us the DDL script of your table and related database objects. Also specify the template (ObjectConext, DbContext, etc) that is used when creating model.

Post Reply