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

In This Topic
GetPgSqlValue(Int32) Method
In This Topic
Gets provider-specific value of a specified column.
Syntax
'Declaration
 
Public Overloads Function GetPgSqlValue( _
   ByVal index As Integer _
) As Object
 

Parameters

index
The column index.

Return Value

A provider-specific value.
See Also