IDataServiceMetadataProvider.HasDerivedTypes Method

Determines whether a resource type has derived types.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Function HasDerivedTypes ( _
    resourceType As ResourceType _
) As Boolean
'Usage
Dim instance As IDataServiceMetadataProvider 
Dim resourceType As ResourceType 
Dim returnValue As Boolean 

returnValue = instance.HasDerivedTypes(resourceType)
bool HasDerivedTypes(
    ResourceType resourceType
)
bool HasDerivedTypes(
    ResourceType^ resourceType
)
abstract HasDerivedTypes : 
        resourceType:ResourceType -> bool
function HasDerivedTypes(
    resourceType : ResourceType
) : boolean

Parameters

Return Value

Type: System.Boolean
true when resourceType represents an entity that has derived types; otherwise false.

See Also

Reference

IDataServiceMetadataProvider Interface

System.Data.Services.Providers Namespace