摘要: sql: create view ViewEmployeeMasters as select a.*,b.Name as 'DepartmentName',b.Code as 'DepartmentCode' from EmployeeMasters as a,DepartmentMaster as 阅读全文
posted @ 2023-02-07 22:35 ®Geovin Du Dream Park™ 阅读(58) 评论(0) 推荐(0)
摘要: /* function mappinghttps://learn.microsoft.com/en-us/ef/core/querying/user-defined-function-mapping view mapping public DbQuery<View_BookDetails> View 阅读全文
posted @ 2023-02-07 16:44 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0)