0
中的數據庫調用函數從數據庫生成模型。如何通過EF
在.edmx文件我有一個行字符串
<Function Name="GetUniqueInt" ReturnType="int" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="true" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
其原因是什麼?
我不明白「拋出新的NotSupportedException(」直接調用不支持。「);」不必改變? –
它是存根方法。它應該只在Linq-to-entities查詢中被調用,其中的內容永遠不會被調用,因爲它被轉換爲SQL函數調用。 –