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

In This Topic
    PgSqlPolygon Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlPolygon.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PgSqlPolygon structure with the specified sets of points.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlPolygon object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the PgSqlPolygon is a Null.  
    Public PropertyGets the end points of the line segments comprising the boundary of the polygon.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines if the specified object is an instance of PgSqlPolygon and has the same values as the current PgSqlPolygon instance.  
    Public MethodGets a hash code for the PgSqlPolygon instance.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a polygon (similar to closed path) to its PgSqlPolygon equivalent.  
    Public MethodConverts the current PgSqlPolygon structure to a System.String.  
    Top
    Public Operators
    Determines whether two PgSqlPolygon structures are the same.
    Compares two PgSqlPolygon structures to determine if they are not equal.
    Top
    See Also