Enum OracleParameterDirection
Describes whether the passed parameters are out parameters or not.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum OracleParameterDirection
Fields
| Name | Description |
|---|---|
| Input | In parameters. |
| Output | Out parameters. |