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

In This Topic
    PgSqlPath Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlPath.

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