dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / Open Method

On this page
    Open Method (PgSqlLoader)
    On this page
    Prepares PgSqlLoader for the loading.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Open() 
    public override void Open()
    Remarks
    Use Open method to prepare internal PgSqlLoader structures for loading. If you do not call this method explicitly it will be called automatically.
    See Also