PgSqlType Property (PgSqlArray)
In This Topic
Gets the
PgSqlType of the array elements.
Syntax
'Declaration
Public ReadOnly Property PgSqlType As PgSqlType
public PgSqlType PgSqlType {get;}
Property Value
The
PgSqlType of the array elements.
See Also