ODataPathSegment.EdmType Property

Gets the IEdmType of this ODataPathSegment.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property EdmType As IEdmType 
    Get
'Usage
Dim instance As ODataPathSegment 
Dim value As IEdmType 

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

Property Value

Type: Microsoft.Data.Edm.IEdmType

Remarks

This property can be null. Not all segments have a Type, such as a BatchSegment.

See Also

Reference

ODataPathSegment Class

Microsoft.Data.OData.Query.SemanticAst Namespace