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

PgSqlCircle Structure Members

The following tables list the members exposed by PgSqlCircle.

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