dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowType Class / Name Property

In This Topic
    Name Property (PgSqlRowType)
    In This Topic
    Gets name of the row type.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    Name of the row type.
    See Also