Name | Description | |
---|---|---|
![]() | ParameterDescriptor Constructor |
The following tables list the members exposed by ParameterDescriptor.
Name | Description | |
---|---|---|
![]() | ParameterDescriptor Constructor |
Name | Description | |
---|---|---|
![]() | AllowBlank | Gets or sets a value indicating whether the parameter allows blank values. |
![]() | DataType | Gets or sets the data type of the parameter. |
![]() | DateOnly | Gets or sets a value indicating whether the parameter should only accept date values. |
![]() | DefaultValue | Gets or sets the default value for the parameter. |
![]() | DependsOn | Gets or sets the parameters this parameter depends on. |
![]() | Hidden | Gets or sets a value indicating whether the parameter is hidden. |
![]() | Multiline | Gets or sets a value indicating whether the parameter supports multiline input. |
![]() | MultiValue | Gets or sets a value indicating whether the parameter supports multiple values. |
![]() | Name | Gets or sets the name of the parameter. |
![]() | Nullable | Gets or sets a value indicating whether the parameter can accept null values. |
![]() | Prompt | Gets or sets the prompt message that appears for the parameter. |
![]() | SelectAllValue | Gets or sets the value used to represent the selection of all possible items in a multi-value parameter. |
![]() | UsedInQuery | Gets or sets a value that indicates whether the parameter is used directly in a query. |
![]() | ValidValues | Gets or sets the valid values for the parameter. |