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

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

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