OperationSegment.EdmType Property

Gets the IEdmType of this OperationSegment.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property EdmType As IEdmType 
    Get
'Usage
Dim instance As OperationSegment 
Dim value As IEdmType 

value = instance.EdmType
public override IEdmType EdmType { get; }
public:
virtual property IEdmType^ EdmType {
    IEdmType^ get () override;
}
abstract EdmType : IEdmType 
override EdmType : IEdmType
override function get EdmType () : IEdmType

Property Value

Type: Microsoft.Data.Edm.IEdmType

Remarks

This value will be null for void service operations. If there are multiple candidate operations with varying return types, then this property will throw.

See Also

Reference

OperationSegment Class

Microsoft.Data.OData.Query.SemanticAst Namespace