SetBaseType Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This member overrides EdmStructuredType..::..SetBaseType(IEdmStructuredType).
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Overrides Sub SetBaseType ( _
newBaseType As IEdmStructuredType _
)
'Usage
Dim newBaseType As IEdmStructuredType
Me.SetBaseType(newBaseType)
protected override void SetBaseType(
IEdmStructuredType newBaseType
)
protected:
virtual void SetBaseType(
IEdmStructuredType^ newBaseType
) override
abstract SetBaseType :
newBaseType:IEdmStructuredType -> unit
override SetBaseType :
newBaseType:IEdmStructuredType -> unit
protected override function SetBaseType(
newBaseType : IEdmStructuredType
)
Parameters
- newBaseType
Type: Microsoft.Data.Edm..::..IEdmStructuredType