Class OracleCmdParams
Holds the type and value of the parameters passed to the command instance.
Inheritance
System.Object
OracleCmdParams
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class OracleCmdParams
Properties
Name | Description |
---|---|
Direction | The direction of the passed parameters (in/out). |
Type | The type of the command parameter. |
Value | The value of the command parameter. |