Share via


ODataPathSegment.EdmType Property

Definition

Gets the IEdmType of this ODataPathSegment.

public abstract Microsoft.OData.Edm.IEdmType EdmType { get; }
member this.EdmType : Microsoft.OData.Edm.IEdmType
Public MustOverride ReadOnly Property EdmType As IEdmType

Property Value

Remarks

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

Applies to