dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / Connection Property

In This Topic
Connection Property (PgSqlLoader)
In This Topic
Gets or sets the PgSqlConnection used by this instance of the PgSqlLoader.
Syntax
'Declaration
 
Public Shadows Property Connection As PgSqlConnection
 

Property Value

The connection to a data source. The default value is a null reference.
Remarks
PgSqlLoader instance uses PgSqlConnection during loading and for populating columns collection when the Devart.Data.SqlShimLoader.CreateColumns method is called. For these operations PgSqlLoader requires open connection.

This property supports the InterForm technology.

See Also