Search Results for

    Show / Hide Table of Contents

    Class UserTypeMapping

    The base class for user type mappings.

    Inheritance
    object
    UserTypeMapping
    Namespace: Npgsql.TypeMapping
    Assembly: Npgsql.dll
    Syntax
    public abstract class UserTypeMapping

    Properties

    | Improve this Doc View Source

    ClrType

    The CLR type that this mapping is for.

    Declaration
    public Type ClrType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    PgTypeName

    The name of the PostgreSQL type that this mapping is for.

    Declaration
    public string PgTypeName { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team