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

PgSqlLine Structure Members

The following tables list the members exposed by PgSqlLine.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PgSqlLine structure with the specified a, b, and c constants, defining the linear equation A*x+B*y+C=0.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlLine object.  
Top
Public Properties
 NameDescription
Public PropertyIndicates the A constant in the line equation A*x+B*y+C=0.  
Public PropertyIndicates the B constant in the line equation A*x+B*y+C=0.  
Public PropertyIndicates the C constant in the line equation A*x+B*y+C=0.  
Public PropertyGets a value indicating whether the PgSqlLine is a Null.  
Top
Public Methods
 NameDescription
Public MethodDetermines if the specified object is an instance of PgSqlLine and has the same values as the current PgSqlLine instance.  
Public MethodGets a hash code for the PgSqlLine instance.  
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a line to its PgSqlLine equivalent.  
Public MethodConverts the current PgSqlLine structure to a System.String.  
Top
Public Operators
Determines whether two PgSqlLine structures are the same.
Compares two PgSqlLine structures to determine if they are not equal.
Top
See Also