标签: c# database entity-framework-core
我有一个实体,其属性类型为Func<SomeClass, bool>。 EF Core是否可以将具有这种属性的实体写入数据库,并且该属性应使用哪种列类型?
Func<SomeClass, bool>