EdmStructuredType.BaseType Property
Gets the type from which the current type directly inherits.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property BaseType As IEdmStructuredType
Get
'Usage
Dim instance As EdmStructuredType
Dim value As IEdmStructuredType
value = instance.BaseType
public IEdmStructuredType BaseType { get; }
public:
virtual property IEdmStructuredType^ BaseType {
IEdmStructuredType^ get () sealed;
}
abstract BaseType : IEdmStructuredType
override BaseType : IEdmStructuredType
final function get BaseType () : IEdmStructuredType
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredType
The type from which the current type directly inherits.