IDataClass.GetMethodInstances Method (MethodInstanceType)

Gets the method instances of this data class with the given stereotype.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetMethodInstances ( _
    stereotype As MethodInstanceType _
) As INamedMethodInstanceDictionary
'Usage
Dim instance As IDataClass
Dim stereotype As MethodInstanceType
Dim returnValue As INamedMethodInstanceDictionary

returnValue = instance.GetMethodInstances(stereotype)
INamedMethodInstanceDictionary GetMethodInstances(
    MethodInstanceType stereotype
)

Parameters

Return Value

Type: Microsoft.BusinessData.MetadataModel.Collections.INamedMethodInstanceDictionary

The method instances of this data class with the given stereotype.

See Also

Reference

IDataClass Interface

IDataClass Members

GetMethodInstances Overload

Microsoft.BusinessData.MetadataModel Namespace