ExtensionMethods.BaseComplexType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BaseComplexType(IEdmComplexTypeReference) |
Gets the base type of this reference. |
BaseComplexType(IEdmComplexType) |
Gets the base type of this references definition. |
BaseComplexType(IEdmComplexTypeReference)
Gets the base type of this reference.
public static Microsoft.OData.Edm.IEdmComplexType BaseComplexType (this Microsoft.OData.Edm.IEdmComplexTypeReference type);
static member BaseComplexType : Microsoft.OData.Edm.IEdmComplexTypeReference -> Microsoft.OData.Edm.IEdmComplexType
<Extension()>
Public Function BaseComplexType (type As IEdmComplexTypeReference) As IEdmComplexType
Parameters
Reference to the calling object.
Returns
The base type of this reference.
Applies to
BaseComplexType(IEdmComplexType)
Gets the base type of this references definition.
public static Microsoft.OData.Edm.IEdmComplexType BaseComplexType (this Microsoft.OData.Edm.IEdmComplexType type);
static member BaseComplexType : Microsoft.OData.Edm.IEdmComplexType -> Microsoft.OData.Edm.IEdmComplexType
<Extension()>
Public Function BaseComplexType (type As IEdmComplexType) As IEdmComplexType
Parameters
- type
- IEdmComplexType
Reference to the calling object.
Returns
The base type of this references definition.