GetPgSqlRow(Int32) Method
Gets the value of the specified column as a
PgSqlRow object.
'Declaration
Public Overloads Function GetPgSqlRow( _
ByVal As Integer _
) As PgSqlRow
Parameters
- i
- The zero-based column ordinal.
Return Value
The value of the specified column as a
PgSqlRow object.