CommandParameter Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by CommandParameter.
| Name | Description | |
|---|---|---|
![]() | DataType | The datatype for the command parameter. |
![]() | DefaultValue | The DefaultValue,if required, for the command parameter. |
![]() | ExpressionValidations | A list of all the expression validation that will be used to validate this Command.Parameter. |
![]() | MaxLength | The maximum number of characters allowed for a command parameter of type "String" |
![]() | Name | The name of the Command Parameter. |
![]() | Nullable | Defines if te command parameter can contain a null parameter. |
![]() | RangeValidations | A list of all the range validation that will be used to validate this Command.Parameter. |
![]() | Required | Defines if the command parameter is required. |
![]() | SPName | The name of the Stored Procedure Parameter if different from the Command Parameter. |
| Name | Description | |
|---|---|---|
![]() | AddExpressionValidation | Addes a ExpressionValidation to the property CommandParameter.ExpressionValidations. |
![]() | AddRangeValidation | Addes a RangeValidation to the property CommandParameter.RangeValidations. |
![]() | Validate | Validates the value against the validation configured for this command parameter. |


