Class OracleCmdParams
Holds the type and value of the parameters passed to the command instance.
Inheritance
System.Object
OracleCmdParams
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class OracleCmdParams : IBinaryProtocolSerializable
Properties
Direction
The direction of the passed parameters (in/out).
Declaration
public OracleParameterDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
OracleParameterDirection | Direction of parameters. |
TotalSize
Declaration
public int TotalSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
The type of the Oracle command parameters.
Declaration
public OracleCmdParamsType Type { get; set; }
Property Value
Type | Description |
---|---|
OracleCmdParamsType | Type of Oracle command parameters. |
Value
The value of the command parameter.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Value of command parameter. |
Methods
Deserialize(ref Span<Byte>)
Declaration
public void Deserialize(ref Span<byte> buffer)
Parameters
Type | Name | Description |
---|---|---|
Span<System.Byte> | buffer |
Serialize(ref Span<Byte>)
Declaration
public void Serialize(ref Span<byte> buffer)
Parameters
Type | Name | Description |
---|---|---|
Span<System.Byte> | buffer |