dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure

In This Topic
    PgSqlArray Structure Methods
    In This Topic

    For a list of all members of this type, see PgSqlArray members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Create a new instance of PgSqlArray that represents an emty array.  
    Public MethodDetermines whether two PgSqlArray instances are equal.  
    Public MethodReturns an enumerator for the PgSqlArray.  
    Public MethodGets a hash code for the PgSqlArray instance.  
    Public MethodGets a 32-bit integer that represents the number of elements in the specified dimension of the PgSqlArray.  
    Public MethodGets the lower bound of the specified dimension in the PgSqlArray.  
    Public MethodGets the upper bound of the specified dimension in the PgSqlArray.  
    Public MethodGets the value at the specified position in the multidimensional PgSqlArray.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified string representation of an array to its PgSqlArray equivalent.  
    Public MethodSets the specified element in the current PgSqlArray to the specified value.  
    Public MethodReturns a string that represents the current PgSqlArray.  
    Top
    See Also