dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAttribute Class / TypeName Property

In This Topic
    TypeName Property
    In This Topic
    Gets type of the attribute.
    Syntax
    'Declaration
     
    Public ReadOnly Property TypeName As String
    public string TypeName {get;}

    Property Value

    Type of the attribute.
    Remarks
    In simple cases this property is just a string representation of DbType. When DbType is PgSqlType.Row the TypeName property contains name of a composite type that you can later use with GetRowType(String,PgSqlConnection) method to retrieve enclosed data.
    See Also