EF should allow defining query for entity selection but should not require CRUD stored procedure
Right now entity framework requires CRUD stored procedure if you define select query for the entity. This should be optional only. EF provider should construct DML queries based on TableName property of the entity. For more details see Devart #236214.
1
vote
Bhavesh Patel
shared this idea