Class DuckDbTypeMapping
User-customizable settings that inform type conversion between DuckDB and .NET.
Inherited Members
Namespace: Mallard
Assembly: Mallard.dll
Syntax
public sealed class DuckDbTypeMapping
Properties
| Edit this page View SourceDefault
The global instance of this class that informs type mapping in Mallard, unless a different instance is passed in by the user.
Declaration
public static DuckDbTypeMapping Default { get; }
Property Value
Type | Description |
---|---|
DuckDbTypeMapping |
TypeMappingFlags
Conventions for mapping certain types "by default".
Declaration
public DuckDbTypeMappingFlags TypeMappingFlags { get; }
Property Value
Type | Description |
---|---|
DuckDbTypeMappingFlags |