dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / PgSqlLoader Constructor / PgSqlLoader Constructor()

In This Topic
PgSqlLoader Constructor()
In This Topic
Creates an PgSqlLoader object without Connection and with empty TableName.
Syntax
'Declaration
 
Public Function New()
 
Remarks
To use an PgSqlLoader object created with this constructor you must set Connection and TableName properties.
See Also