Intersoft.Client.UI.DocumentViewers Namespace : ISqlParameterMetadata Interface |
The following tables list the members exposed by ISqlParameterMetadata.
Name | Description | |
---|---|---|
![]() | AllowBlank | Get or sets a value indicating whether report parameter could be empty. |
![]() | Name | Gets or sets the report parameter name. |
![]() | Nullable | Get or sets a value indicating report parameter is nullable. |
![]() | Options | Gets or sets the collection of report parameter valid value, if applicable. |
![]() | PromptName | Gets or sets the report parameter displayed name. |
![]() | Type | Gets or sets the report parameter type. |
![]() | Value | Gets or sets the value of the report parameter. |
![]() | Visible | Get or sets a value indicating whether report parameter is displayed. |
Name | Description | |
---|---|---|
![]() | ClearError | Clear the validation error to the property or column supplied in the parameter. |
![]() | SetError | Set the validation error to the property or column supplied in the parameter. |