Search Results for

    Show / Hide Table of Contents

    Interface IParameterTypeHandler

    A parameter type handler which can be used with the method.

    Namespace: Venflow
    Assembly: Venflow.dll
    Syntax
    public interface IParameterTypeHandler

    Methods

    | Improve this Doc View Source

    Handle(String, Object)

    Is used to convert the given value and name to an .

    Declaration
    NpgsqlParameter Handle(string name, object val)
    Parameters
    Type Name Description
    String name

    The name of the parameter.

    Object val

    The value of the parameter.

    Returns
    Type Description
    NpgsqlParameter

    The containing the name and the value.

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty