'Declaration Public Shared Function GetRowType( _ ByVal typeName As String, _ ByVal connection As PgSqlConnection _ ) As PgSqlRowType
public static PgSqlRowType GetRowType( string typeName, PgSqlConnection connection )
Parameters
- typeName
- Name of the type to describe.
- connection
- Connection to be used to obtain metadata information.
Return Value
PgSqlRowType with given name.