'Declaration Public Function New( _ ByVal typeName As String, _ ByVal connection As PgSqlConnection _ )
public PgSqlRow( string typeName, PgSqlConnection connection )
Parameters
- typeName
- Name of composite type that describes data structure.
- connection
- PgSqlConnection to use to obtain composite type information from server.