CommandParameter Class Properties
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see CommandParameter members.
| 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. |
