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

In This Topic
    PgSqlValue Property
    In This Topic
    Gets or sets provider-specific value of the parameter.
    Syntax
    'Declaration
     
    Public Property PgSqlValue As Object
    public object PgSqlValue {get; set;}

    Property Value

    The provider-specific value of the parameter.
    See Also