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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also