This is a migrated thread and some comments may be shown as answers.

Return Complex Type in QueryableDomainServiceCollectionView

0 Answers 45 Views
DomainDataSource
This is a migrated thread and some comments may be shown as answers.
Shenbagaraj
Top achievements
Rank 1
Shenbagaraj asked on 02 Apr 2012, 02:32 PM
Hi
      im using silverliight with MVVM, Prism, Entity framework, riaservices
I need to bind a grid using Complex type which returns multi  tables value .
I have already used this QueryableDomainServiceCollectionView which returns a single table (entity).
In my case i dealing with 6 tables so i cont return a single table name (entity) . I planned to create a entity in designer class of a EDMX file but when they do DB refresh the values i added will deleted. so i plan to go with Complex type when i use complex type, using Function import option i can create complex type using the CREATE COMPLEX TYPE option it will be helpfull when doing DB refress.
But Complex Type is not supporting in QueryableDomainServiceCollectionView. help me ..

No answers yet. Maybe you can help?

Tags
DomainDataSource
Asked by
Shenbagaraj
Top achievements
Rank 1
Share this question
or