“Cannot call methods on DateTime”, and other limitations

后端 未结 5 1540
离开以前
离开以前 2020-12-30 11:32

Does anyone know of a definitive list of LINQ to SQL query limitations that are not trapped at compile time, along with (where possible) workarounds for the limitations?

5条回答
  •  爱一瞬间的悲伤
    2020-12-30 12:09

    I created a Connect issue for String.IsNullOrEmpty():

    Feedback: I want to use string.IsNullOrEmpty in LINQ to SQL statements.

    Feel free to add your voice or vote to it, or to create other Connect issues for the various other methods that don't work in Linq to SQL. The squeaky wheel gets the grease.

提交回复
热议问题