dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowType Class
Properties Methods

In This Topic
    PgSqlRowType Class Members
    In This Topic

    The following tables list the members exposed by PgSqlRowType.

    Public Properties
     NameDescription
    Public PropertyGets collection of attributes that can be used to retrieve data form PgSqlRow.  
    Public PropertyGets name of the row type.  
    Public PropertyGets OID associated with the type on the server.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines if the specified object is an instance of PgSqlRowType and has the same values as the current PgSqlRowType instance.  
    Public MethodReturns a hash code for the PgSqlRowType type.  
    Public Methodstatic (Shared in Visual Basic)Returns PgSqlRowType object that corresponds to given name.  
    Public MethodConverts a PgSqlRow from its string representation.  
    Top
    See Also