Proprietà EdmFunctionBase.ReturnType
Ottiene il tipo restituito della funzione.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReturnType As IEdmTypeReference
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo restituito della funzione.