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

Class SqlCmdParams

Holds the information about the type and value of the parameters passed to the command.

Inheritance
System.Object
SqlCmdParams
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class SqlCmdParams : IBinaryProtocolSerializable

Properties

Name Description
CompareInfo

Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.

Direction

Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure with return value parameter.

IsNullable

Sets a value that indicates whether the parameter accepts null values.

LocaleID

Sets the locale identifier that determines conventions and language for a particular region.

Offset

Sets the Offset to the Value property.

Precision

Sets the maximum number of digits used to represent the Value property.

Scale

Sets the number of decimal places to which a value is resolved.

Size

Sets the maximum size, in bytes, of the data within the column.

SourceColumn

Sets the name of the source column mapped to the dataset and used for loading or returning the value.

SourceColumnNullMapping

Sets a value which indicates whether the source column is nullable. This allows SqlCommandBuilder to correctly generate and update statements for nullable columns.

SourceVersion

Sets the DataRowVersion to use when you load value.

SqlCmpInfo

Specifies the SQL compare options.

SqlParamDir

Specifies the parameters direction.

SqlParamType

Specifies the parameter type.

SqlValue

Sets the value of the parameter as an SQL type.

SrcVersion

Returns the version of a System.Data.DataRow.

TotalSize
Type

Sets the SqlDbType of the passed parameter.

TypeName

Sets the TypeName for a table-valued parameter.

UdtTypeName

Sets a string that represents a user-defined type as a parameter.

Value

This property gets and sets the value of the passed parameter.

Methods

Name Description
Deserialize(ref Span<Byte>)
Serialize(ref Span<Byte>)

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