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

In This Topic
    PgSqlPoint Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlPoint.

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