Item Property (PgSqlArray)
Gets an element from the specified position.
'Declaration
Public ReadOnly Default Property Item( _
ByVal ParamArray () As Integer _
) As Object
Parameters
- index
- One-dimensional array of 32-bit integers that represent the indexes specifying the position of the PgSqlArray element to get.
Property Value
And element from the
PgSqlArray.