dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / Parse Method
The string representation of an array.
The type of elements in the array.

In This Topic
    Parse Method (PgSqlArray)
    In This Topic
    Converts the specified string representation of an array to its PgSqlArray equivalent.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal val As String, _
       ByVal elementType As PgSqlType _
    ) As PgSqlArray
    public static PgSqlArray Parse( 
       string val,
       PgSqlType elementType
    )

    Parameters

    val
    The string representation of an array.
    elementType
    The type of elements in the array.

    Return Value

    A new PgSqlArray object.
    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