dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameter Class / PgSqlType Property

In This Topic
    PgSqlType Property (PgSqlParameter)
    In This Topic
    Gets or sets the PgSqlType of the parameter.
    Syntax
    'Declaration
     
    Public Property PgSqlType As PgSqlType
    public PgSqlType PgSqlType {get; set;}

    Property Value

    A PgSqlType value that is the PgSqlType of the parameter.
    Remarks
    The PgSqlType and DbType are linked. Therefore, setting the DbType changes the PgSqlType to a supporting PgSqlType.

    For a list of the supported data types, see the appropriate PgSqlType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    See Also