Class DuckDBConnectionStringBuilder
public class DuckDBConnectionStringBuilder : DbConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
- Inheritance
-
Duck
DBConnection String Builder
- Implements
- Inherited Members
Fields
InMemoryConnectionString
Field Value
InMemoryDataSource
Field Value
InMemorySharedConnectionString
Field Value
InMemorySharedDataSource
Field Value
Properties
DataSource
Property Value
this[string]
Gets or sets the value associated with the specified key.
Parameters
keyword
stringThe key of the item to get or set.
Property Value
- object
The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference (
Nothing
in Visual Basic), and trying to set it creates a new element using the specified key.Passing a null (
Nothing
in Visual Basic) key throws an ArgumentNull . Assigning a null value removes the key/value pair.Exception
Exceptions
- Argument
Null Exception keyword
is a null reference (Nothing
in Visual Basic).- Not
Supported Exception The property is set, and the Db
Connection is read-only.String Builder -or-
The property is set,
keyword
does not exist in the collection, and the DbConnection has a fixed size.String Builder