dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / GetLength Method
A zero-based index of the dimension in question.

In This Topic
GetLength Method
In This Topic
Gets a 32-bit integer that represents the number of elements in the specified dimension of the PgSqlArray.
Syntax
'Declaration
 
Public Function GetLength( _
   ByVal dimension As Integer _
) As Integer
 

Parameters

dimension
A zero-based index of the dimension in question.

Return Value

A 32-bit integer that represents the number of elements in the specified dimension.
See Also