EdmModelExtensions.FindAllBaseTypes 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
| FindAllBaseTypes(IEdmComplexType) |
Find all base types for a given IEdmComplexType |
| FindAllBaseTypes(IEdmEntityType) |
Find all base types for a given IEdmEntityType |
FindAllBaseTypes(IEdmComplexType)
Find all base types for a given IEdmComplexType
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmComplexType> FindAllBaseTypes(this Microsoft.OData.Edm.IEdmComplexType complexType);
static member FindAllBaseTypes : Microsoft.OData.Edm.IEdmComplexType -> seq<Microsoft.OData.Edm.IEdmComplexType>
<Extension()>
Public Iterator Function FindAllBaseTypes (complexType As IEdmComplexType) As IEnumerable(Of IEdmComplexType)
Parameters
- complexType
- IEdmComplexType
The given complex type.
Returns
All base types or null.
Applies to
FindAllBaseTypes(IEdmEntityType)
Find all base types for a given IEdmEntityType
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmEntityType> FindAllBaseTypes(this Microsoft.OData.Edm.IEdmEntityType entityType);
static member FindAllBaseTypes : Microsoft.OData.Edm.IEdmEntityType -> seq<Microsoft.OData.Edm.IEdmEntityType>
<Extension()>
Public Iterator Function FindAllBaseTypes (entityType As IEdmEntityType) As IEnumerable(Of IEdmEntityType)
Parameters
- entityType
- IEdmEntityType
The given entity type.
Returns
All base types or null.