AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Parameter Members

The Parameter type exposes the following members.

Fields


  Name Description
Public field DataType
The data type of the parameter.
Public field Direction
The direction of the parameter (Input, Output, InputOutput, or ReturnValue).
Public field Name
The name of the parameter (e.g., "@CustomerID").
Public field Size
The maximum size, in bytes, of the parameter data. Used for variable-length data types.
Public field Value
The value of the parameter.