标签: f# query-expressions
您可以使用SQL case进行F# query expressions吗?
EntityFramework可以在C#LINQ中使用
let x = condition1 ? "a" : condition2 ? "b" : "c"