Name | Description | |
---|---|---|
QueryParameter Constructor | Initializes a new instance of the QueryParameter class. |
The following tables list the members exposed by QueryParameter.
Name | Description | |
---|---|---|
QueryParameter Constructor | Initializes a new instance of the QueryParameter class. |
Name | Description | |
---|---|---|
AllowBlank | Gets or sets a value that indicates whether to allow empty value in the parameter. | |
Caption | Gets or sets the caption of the parameter. | |
DbType | Gets or sets the data type of the parameter. | |
DefaultValue | Gets or sets the default value of the parameter. | |
IsHidden | Gets or sets whether parameter is hidden. | |
IsMultiline | Gets or sets whether parameter is multiline. | |
IsMultiValued | Gets or sets whether parameter data is multi-valued. | |
IsNullable | Gets or sets whether parameter is nullable. | |
Name | Gets or sets the name for the parameter. | |
Value | Gets or sets an expression that evaluates to the parameter value to pass to the data source. |
Name | Description | |
---|---|---|
Validate | Validates the information in each property of the QueryParameter object. |