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.

In This Topic
Parse(String,PgSqlType) Method
In This Topic
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.
See Also