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
    public int GetLength( 
       int dimension
    )

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also