This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class DatabaseStoredProcedureParameter |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DatabaseStoredProcedureParameter |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Direction |
Gets the direction of the parameter;
|
|
Name |
Gets the name of the parameter.
|
|
Ordinal |
Gets the ordinal of the parameter.
|
|
Type |
Gets the type of the parameter.
|