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