MetadataSegment.EdmType Property
Gets the IEdmType of this MetadataSegment, which is always null.
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 MetadataSegment
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