Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRange<T>.RangeTypeConverter

    Represents a type converter for NpgsqlRange<T>.

    Inheritance
    object
    NpgsqlRange<T>.RangeTypeConverter
    Namespace: NpgsqlTypes
    Assembly: Npgsql.dll
    Syntax
    public class NpgsqlRange<T>.RangeTypeConverter : TypeConverter

    Methods

    | Improve this Doc View Source

    CanConvertFrom(ITypeDescriptorContext?, Type)

    Declaration
    public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)
    Parameters
    Type Name Description
    ITypeDescriptorContext? context
    Type sourceType
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    CanConvertTo(ITypeDescriptorContext?, Type?)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext? context, Type? destinationType)
    Parameters
    Type Name Description
    ITypeDescriptorContext? context
    Type? destinationType
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object)

    Declaration
    public override object? ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object value)
    Parameters
    Type Name Description
    ITypeDescriptorContext? context
    CultureInfo? culture
    object value
    Returns
    Type Description
    object?
    | Improve this Doc View Source

    ConvertTo(ITypeDescriptorContext?, CultureInfo?, object?, Type)

    Declaration
    public override object? ConvertTo(ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type destinationType)
    Parameters
    Type Name Description
    ITypeDescriptorContext? context
    CultureInfo? culture
    object? value
    Type destinationType
    Returns
    Type Description
    object?
    | Improve this Doc View Source

    Register()

    Adds a to the closed form NpgsqlRange<T>.

    Declaration
    public static void Register()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team