IDataClass.GetMethodInstances Method
Gets the method instances of this data class.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetMethodInstances As INamedMethodInstanceDictionary
'Usage
Dim instance As IDataClass
Dim returnValue As INamedMethodInstanceDictionary
returnValue = instance.GetMethodInstances()
INamedMethodInstanceDictionary GetMethodInstances()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.INamedMethodInstanceDictionary
The method instances of this data class.