Freigeben über


EdmFunctionBase.ReturnType-Eigenschaft

Ruft den Rückgabetyp dieser Funktion ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property ReturnType As IEdmTypeReference
    Get
'Usage
Dim instance As EdmFunctionBase
Dim value As IEdmTypeReference

value = instance.ReturnType
public IEdmTypeReference ReturnType { get; }
public:
virtual property IEdmTypeReference^ ReturnType {
    IEdmTypeReference^ get () sealed;
}
abstract ReturnType : IEdmTypeReference
override ReturnType : IEdmTypeReference
final function get ReturnType () : IEdmTypeReference

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference
Der Rückgabetyp dieser Funktion.

Implementiert

IEdmFunctionBase.ReturnType

Siehe auch

Verweis

EdmFunctionBase Klasse

Microsoft.Data.Edm.Library-Namespace