Click or drag to resize

CommandParameterInfo Properties

The CommandParameterInfo type exposes the following members.

Properties
  NameDescription
Public propertyCommandParameterType
Gets the type of the command parameter.
Public propertyDefaultValue
Gets the default value.
Public propertyIsNullable
Gets a value indicating whether the parameter is allowed to be null.
Public propertyIsOptional
Gets a value indicating whether this instance is optional.
Public propertyName
Gets the name.
Top
See Also