IEdmModel.FindDirectlyDerivedTypes Method

Finds a list of types that derive directly from the supplied type.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindDirectlyDerivedTypes ( _
    baseType As IEdmStructuredType _
) As IEnumerable(Of IEdmStructuredType)
'Usage
Dim instance As IEdmModel 
Dim baseType As IEdmStructuredType 
Dim returnValue As IEnumerable(Of IEdmStructuredType)

returnValue = instance.FindDirectlyDerivedTypes(baseType)
IEnumerable<IEdmStructuredType> FindDirectlyDerivedTypes(
    IEdmStructuredType baseType
)
IEnumerable<IEdmStructuredType^>^ FindDirectlyDerivedTypes(
    IEdmStructuredType^ baseType
)
abstract FindDirectlyDerivedTypes : 
        baseType:IEdmStructuredType -> IEnumerable<IEdmStructuredType> 
function FindDirectlyDerivedTypes(
    baseType : IEdmStructuredType
) : IEnumerable<IEdmStructuredType>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IEdmStructuredType>
A list of types from this model that derive directly from the given type.

See Also

Reference

IEdmModel Interface

Microsoft.Data.Edm Namespace