This question is locked. New answers and comments are not allowed.
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 ..
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 ..