EdmModel.FindDirectlyDerivedTypes(IEdmStructuredType) 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.
Finds a list of types that derive directly from the supplied type.
public override System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuredType> FindDirectlyDerivedTypes (Microsoft.OData.Edm.IEdmStructuredType baseType);
override this.FindDirectlyDerivedTypes : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmStructuredType>
Public Overrides Function FindDirectlyDerivedTypes (baseType As IEdmStructuredType) As IEnumerable(Of IEdmStructuredType)
Parameters
- baseType
- IEdmStructuredType
The base type that derived types are being searched for.
Returns
A list of types from this model that derive directly from the given type.