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
Direction
The direction of the passed parameters (in/out).
Declaration
public OracleParameterDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
OracleParameterDirection |
Type
The type of the command parameter.
Declaration
public OracleCmdParamsType Type { get; set; }
Property Value
Type | Description |
---|---|
OracleCmdParamsType |
Value
The value of the command parameter.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |