IMethod.GetParameters Method

Returns the parameters of this method.

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

Syntax

'Declaration
Function GetParameters As IParameterCollection
'Usage
Dim instance As IMethod
Dim returnValue As IParameterCollection

returnValue = instance.GetParameters()
IParameterCollection GetParameters()

Return Value

Type: Microsoft.BusinessData.MetadataModel.Collections.IParameterCollection
A collection of parameters of the method.

Remarks

An empty collection is returned if there are no parameters for the method.

See Also

Reference

IMethod Interface

IMethod Members

Microsoft.BusinessData.MetadataModel Namespace