CommandParameterInfo Properties |
The CommandParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandParameterType |
Gets the type of the command parameter.
|
![]() | DefaultValue |
Gets the default value.
|
![]() | IsNullable |
Gets a value indicating whether the parameter is allowed to be null.
|
![]() | IsOptional |
Gets a value indicating whether this instance is optional.
|
![]() | Name |
Gets the name.
|