首页 > 解决方案 > 如何在 where 子句中使用存储函数(过程)?(Entity Framework Core 2.0)

问题描述

如何在 where 子句中使用存储过程?!存储过程检索整数。

select a, b, c, d 
from a1 
where procedure(a, b, c) > 0

标签: stored-proceduresentity-framework-core

解决方案


推荐阅读