Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-03 Thread Jiří Činčura
The wizard in VS should generate you the CSDL as well. -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Feb 2, 2015 at 11:13 AM -0800, Christoph Gasser christoph.gas...@stranto.commailto:christoph.gas...@stranto.com wrote: * In designer I make Update from database *

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-03 Thread Christoph Gasser
But this is exactly the point: it doesn't. I made a screenshot to explain. Below Entities there should be an object V_PERSONENROLLE. The views name is V_PERSONENROLLE. It exists commented or uncommented in the EDMX. It's part of the modViews. As you can see, there are other entities like

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-02 Thread Christoph Gasser
Thank you for your reply. I found that information already. I also tried that already. But I then would have to add Entities manually, right? Or did I miss a step? This makes it very not handsome to use because during development process the views are changing a lot. Is there any other

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-02 Thread Jiří Činčura
But I then would have to add Entities manually, right? No. It's already there. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-02 Thread Christoph Gasser
* In designer I make Update from database * View is not added, but the error message is shown. * No entity is added under the myViewModel.tt file (in the VS solution). But there is an entity of the previous added table. Also under myViewModel.Context.tt\Entities there is

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-01 Thread Jiří Činčura
http://blog.cincura.net/230207-what-the-hell-where-s-my-added-view/ -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and

[Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-01-31 Thread Christoph Gasser
I'm using VS 2012, Firebird 2.5, EF6. When trying to add a View to my model in the designer I get the message: The table/view 'Firebird.Firebird.V_MYVIEW' does not have a primary key defined and no valid primary key could be inferred. This table/view has been excluded. To use the entity, you