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

In This Topic
    PgSqlRow Class Members
    In This Topic

    The following tables list the members exposed by PgSqlRow.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlRow class with the specified parameters.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Gets or sets the value of the attribute with the specified name.  
    Public PropertyGets PgSqlRowType that describes the PgSqlRow.  
    Top
    Public Methods
     NameDescription
    Public MethodClears data stored in PgSqlRow and frees occupied memory.  
    Public MethodReturns a value indicating whether two PgSqlRow instances have same value.  
    Public Method  
    Public MethodOverloaded. Gets provider-specific value.  
    Public Methodstatic (Shared in Visual Basic)Parses provided string as data for composite type.  
    Public MethodReturns value of PgSqlRow as string.  
    Top
    See Also