• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

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

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top