dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimParameter Class / Direction Property

Direction Property (SqlShimParameter)
Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter.
Syntax
'Declaration
 
Public Overrides Property Direction As ParameterDirection
 

Property Value

One of the System.Data.ParameterDirection values. The default value is Input.
Remarks

Set Direction to System.Data.ParameterDirection.ReturnValue to obtain query result as parameter.

If the System.Data.ParameterDirection is System.Data.ParameterDirection.Output or System.Data.ParameterDirection.InputOutput, an exception is thrown.

Please refer to article Using Parameters for more information about parameters in dotConnect for Salesforce.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also