IEdmStructuredType.BaseType Property
Gets the base type of this type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property BaseType As IEdmStructuredType
Get
'Usage
Dim instance As IEdmStructuredType
Dim value As IEdmStructuredType
value = instance.BaseType
IEdmStructuredType BaseType { get; }
property IEdmStructuredType^ BaseType {
IEdmStructuredType^ get ();
}
abstract BaseType : IEdmStructuredType
function get BaseType () : IEdmStructuredType
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredType
The base type of this type.