次の方法で共有


ODataServiceDocument.FunctionImports プロパティ

定義

サービス ドキュメント内の関数インポートのセットを取得または設定します。

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataFunctionImportInfo> FunctionImports { get; set; }
member this.FunctionImports : seq<Microsoft.OData.ODataFunctionImportInfo> with get, set
Public Property FunctionImports As IEnumerable(Of ODataFunctionImportInfo)

プロパティ値

一連の関数がサービス ドキュメントにインポートされます。

適用対象