IParameter.Direction Property
Gets the direction of the parameter.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Direction As DirectionType
Get
'Usage
Dim instance As IParameter
Dim value As DirectionType
value = instance.Direction
DirectionType Direction { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.DirectionType
The direction of the parameter.
Examples
Code Snippet: Implementing a Custom Connector