• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Enum SqlParamDirection

Sets the SQL param direction.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum SqlParamDirection

Fields

Name Description
Input

Used for Input variables. The value will be passed from calling environment. This is the default.

InputOutput

The parameter can perform both input and output.

Output

Used for Output variable and value will be returned to calling environment.

ReturnValue

The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.

Back to top Copyright © 2017 Alachisoft