NativeParameterDirection Enumeration

Represents direction of a native parameter.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum NativeParameterDirection
Members
  Member nameValueDescription
None0 Undefined parameter direction.
Input1 The parameter is an input parameter.
Output2 The parameter is an output parameter.
InputOutput3 The parameter is capable of both input and output.
ReturnValue6 The parameter represents a return value.
See Also