![]() |
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# |
![]() |
---|---|
public class DatabaseStoredProcedureParameter |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class DatabaseStoredProcedureParameter |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString |
Gets a string representation of this instance.
(Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
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.
|