dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRow Class / GetPgSqlValue Method / GetPgSqlValue(String) Method
The column name.

In This Topic
    GetPgSqlValue(String) Method
    In This Topic
    Gets provider-specific value of a specified column.
    Syntax
    'Declaration
     
    Public Overloads Function GetPgSqlValue( _
       ByVal name As String _
    ) As Object
    public object GetPgSqlValue( 
       string name
    )

    Parameters

    name
    The column name.

    Return Value

    A provider-specific value.
    See Also