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