'Declaration Public Overloads Function GetPgSqlCursor( _ ByVal i As Integer _ ) As PgSqlCursor |
public PgSqlCursor GetPgSqlCursor( int i ) |
Parameters
- i
- The zero-based column ordinal.
Return Value
The value of the specified column as a PgSqlCursor object.