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
 

Parameters

attribute
A PgSqlAttribute to get the value from.

Return Value

A provider-specific value.
See Also