ユーザー定義のテーブル タイプをパラメーターとして期待するストアド プロシージャを作成しました。
Entity Framework 経由で呼び出されるストアド プロシージャを使用したいので、関数のインポートを行う必要があります。
しかし、ストアド プロシージャをインポートしようとするたびに、次のエラーが発生します。
Die Funktion 'spMasterDataPropertiesUpdate' enthält den Parameter 'Data' am Parameterindex 1 mit dem Datentyp 'table type'. Dieser wird derzeit für die .NET Framework-Zielversion nicht unterstützt. Die Funktion wurde ausgeschlossen.
英語で:
The 'spMasterDataPropertiesUpdate' function contains the parameter 'Data' at parameter index 1 with the data type 'table type'. This is currently not supported for. NET Framework version. The function was excluded.
Entity Framework 4.0 では動作しないようです。Entity Framework を使用してストアド プロシージャにテーブルを渡したい場合、どのような回避策がありますか?