Click or drag to resize

DatabaseParameterInfo Properties

The DatabaseParameterInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllowDbNull
Gets or sets whether empty value should translate into DbNull. Requires database column to allow NULL values.
Public propertyCulture
Gets or sets the culture used for parsing parameter string-value for type-conversion
Public propertyDbType
Gets or sets the database parameter DbType.
Public propertyDefaultValue
Gets or sets the fallback value when result value is not available
Public propertyFormat
Gets or sets convert format of the database parameter value.
Public propertyLayout
Gets or sets the layout that should be use to calculate the value for the parameter.
Public propertyName
Gets or sets the database parameter name.
Public propertyParameterType
Gets or sets the type of the parameter.
Public propertyPrecision
Gets or sets the database parameter precision.
Public propertyScale
Gets or sets the database parameter scale.
Public propertySize
Gets or sets the database parameter size.
Top
See Also