Mallard
Search Results for

    Show / Hide Table of Contents

    Class DuckDbTypeMapping

    User-customizable settings that inform type conversion between DuckDB and .NET.

    Inheritance
    object
    DuckDbTypeMapping
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mallard
    Assembly: Mallard.dll
    Syntax
    public sealed class DuckDbTypeMapping

    Properties

    | Edit this page View Source

    Default

    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
    | Edit this page View Source

    TypeMappingFlags

    Conventions for mapping certain types "by default".

    Declaration
    public DuckDbTypeMappingFlags TypeMappingFlags { get; }
    Property Value
    Type Description
    DuckDbTypeMappingFlags
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX