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

In This Topic
    PgSqlLSeg Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlLSeg.

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