Class DuckDBParameter
- Inheritance
-
Duck
DBParameter
- Implements
- Inherited Members
Constructors
DuckDBParameter()
DuckDBParameter(DbType, object?)
Parameters
DuckDBParameter(object)
Parameters
value
object
DuckDBParameter(string, DbType, object?)
Parameters
DuckDBParameter(string, object?)
Parameters
Properties
DbType
Gets or sets the Db
Property Value
Exceptions
- Argument
Exception The property is not set to a valid Db
Type .
Direction
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Property Value
- Parameter
Direction One of the Parameter
Direction values. The default isInput
.
Exceptions
- Argument
Exception The property is not set to one of the valid Parameter
Direction values.
IsNullable
Gets or sets a value that indicates whether the parameter accepts null values.
Property Value
ParameterName
Gets or sets the name of the Db
Property Value
- string
The name of the Db
Parameter . The default is an empty string ("").
Size
Gets or sets the maximum size, in bytes, of the data within the column.
Property Value
- int
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
SourceColumn
Gets or sets the name of the source column mapped to the Data
Property Value
SourceColumnNullMapping
Gets or sets a value which indicates whether the source column is nullable. This allows Db
Property Value
Value
Gets or sets the value of the parameter.
Property Value
Methods
ResetDbType()
Resets the DbType property to its original settings.