FreeSql
FreeSql copied to clipboard
feat: Add the owend feature to enable nested types to generate a portion of a table instead of another table
Feature 特性
The SQL statement generated is' select id ', shippingAddress_Street, shippingAddress_City from orders
不支持这种映射
如果觉得抽离定义,可以考虑物理纵向分表。
如果考虑值类型,可以考虑使用 json 映射。