'Declaration Public Overloads 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.