dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRow Class / GetPgSqlValue Method / GetPgSqlValue(PgSqlAttribute) Method
A PgSqlAttribute to get the value from.

In This Topic
    GetPgSqlValue(PgSqlAttribute) Method
    In This Topic
    Gets provider-specific value of an attribute.
    Syntax
    'Declaration
     
    Public Overloads Function GetPgSqlValue( _
       ByVal attribute As PgSqlAttribute _
    ) As Object
    public object GetPgSqlValue( 
       PgSqlAttribute attribute
    )

    Parameters

    attribute
    A PgSqlAttribute to get the value from.

    Return Value

    A provider-specific value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also