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

In This Topic
    PgSqlArray Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlArray.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlArray class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlArray object.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether or not the PgSqlArray represents a null value.  
    Public PropertyIndicates whether or not the PgSqlArray represents a null value.  
    Public PropertyGets an element from the specified position.  
    Public PropertyGets the total number of elements in all the dimensions of the PgSqlArray.  
    Public PropertyGets the PgSqlType of the array elements.  
    Public PropertyGets or sets the number of PgSqlArray dimensions.  
    Top
    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)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
    Public Operators
    Determines whether two PgSqlArray objects are the same.
    Determines whether two PgSqlArray objects are different.
    Top
    See Also