0
    
    
        
                    joe@tronactive.com created
                    
                    
                    
                
                - ABP Framework version: v3.1.0
 - UI type: Angular
 - Tiered (MVC) or Identity Server Seperated (Angular): no
 
I have a view in the DB and a class that I have no problem adding to my DBContext and accessing through a different entity reposittory through the dbsets. But I want to create a repository specifically for this view. But I am unsure the best method for it.
I was thinking just base : Entity with no ID but I have to use a composit keys then and technically I do not have any setup. Any suggestions would be greatly appreciated. Thank you
4 Answer(s)
- 
    0
Hi,
I will check it out.
 - 
    0
Hi
See https://docs.microsoft.com/en-us/ef/core/modeling/keyless-entity-types?tabs=data-annotations#example. may it will work for you.
 - 
    0
Thank you for the suggestion, I can do it that way but I want it to work like a ABP entity and work wth ABPs repository system.
 - 
    0
 

