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

In This Topic
    PgSqlBox Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlBox.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlBox structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlBox object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the PgSqlBox is a Null.  
    Public PropertyGets the x and y coordinates of the lower left corner.  
    Public PropertyGets the x and y coordinates of the upper right corner.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines if the specified object is an instance of PgSqlBox and has the same values as the current PgSqlBox instance.  
    Public MethodGets a hash code for the PgSqlBox instance.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a rectangular box to its PgSqlBox equivalent.  
    Public MethodConverts the current PgSqlBox structure to a System.String.  
    Top
    Public Operators
    Determines whether two PgSqlBox structures are the same.
    Compares two PgSqlBox structures to determine if they are not equal.
    Top
    See Also