ODataServiceDocument.FunctionImports Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the set of function imports in the service document.
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)
Property Value
The set of function imports in the service document.